*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto;
    /* color: white; */
}

header, footer{
    padding-top: 30px;
    padding-bottom:80px;
    background-color: #1F2937;

}
.nav_wrapper,
.header__wrapper,
.nav--links> ul
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.nav_wrapper{
    padding-bottom: 34px;
}
.nav_wrapper h2{
    font-size: 24px;
    color: #f9faf8;
    font-weight: 900;
}
.header--content h2{ 
    font-size: 48px;
    color: #f9faf8;
    font-weight: 900;    

}
.header__wrapper{
    padding-top: 58px;
    /* text-align: c; */
}
.header__para{
    font-size: 18px;
    color: #e5e7eb;

}

.header__wrapper img{
    width: 380px;
}

.nav--links> ul{
    gap: 36px;
    list-style-type: none;
    font-size: 18px;
}
.nav--links>ul> li > a{
    color: #e5e7eb;
    text-decoration: none;
}
.header--content button{
    background-color: #3883f6;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 4%;
    margin-top: 10px;
    
}
main{
    padding-top: 30px;
    padding-bottom:80px;
    margin-top: 30px;
}

.heading-main{
    text-align: center;
    font-size: 36px;
    color:#1F2937;
    font-weight: 900;
}
.container{
    padding-top: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card{
    width: 180px;
    height:200px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 4px solid #3883f6;;
    margin: 0 20px;
}
.container__wrapper p{
    text-align: center;
    padding-top: 6px;
    color:  #9a9b9e;;
}

.quote{
    padding-top: 120px;
    padding-bottom:80px;
    background-color: #e5e7eb;
    margin-top: 50px;
}
blockquote{
    font-size: 36px;
    font-weight: 300;
    font-display: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artist{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 480px;
    font-size: 24px;
    font-weight: 500;
}

.call_action{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-bottom:50px ;
    color: white;
 
}
.call__wrapper{
    border: 0 solid #3883f6;
    background-color: #3883f6;
    display: flex;
    width: 80%;
    padding: 56px;
    align-items: center;
    justify-content: space-around;
    border-radius: 12px;
    
}
.call__wrapper button{
    border: 2px solid white;
    padding: 4px 32px;
    font-size: 18px;
    background-color: #3883f6;;
    color: white;
    border-radius: 3%;

}
.action_para{
    color: #e5e7eb;
    
}
.action_para h3{
    font-size: 24px;
    color: white;

}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:50px ;
    padding-top: 50px;
    color: #e5e7eb;
}