@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Lexend+Deca:wght@100..900&display=swap');


body{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: hsl(0, 0%, 95%);
    Font-size: 15px;
}
.main-container{ 
    height: fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}
.container{
    height: 450px;
    width: 250px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
#container1{
    background-color:hsl(31, 77%, 52%) ;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#container2{
    background-color: hsl(184, 100%, 22%);
}
#container3{
    background-color:hsl(179, 100%, 13%) ;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.icon{
    width: 65px;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px;
}

h1{
    color: hsl(0, 0%, 95%);
    font-family: "Big Shoulders", sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin-left: 20px;
}

p{
    color: hsla(0, 0%, 100%, 0.75);
    line-height: 1.6;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;

}
button{
    background-color: hsl(0, 0%, 95%);
    width: 150px;
    height: 50px;
    border-style: none;
    border-radius: 30px;
     font-size:15px;
     margin-left: 20px;
     margin-top: 70px;
}

p, button{
    font-family: "Lexend Deca",sans-serif;
    font-weight: 400;
}

#button1{
    color: hsl(31, 77%, 52%);
}
#button2{
    color: hsl(184, 100%, 22%) ;
}
#button3{
    color: hsl(179, 100%, 13%);
}


