@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
.Button{
    width: 168px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 5px;
}
.thirdcard{
    margin-top: 0px;
    padding: 2px 5px;
    
}
.extrapart{
    display: flex;
}
/* .accor{
    display: flex;
} */
.footer-section{
    background-color: black;
    width: 100%;
    height: 250px;
}