body{
    font-family: Roboto;
    display: flex;
    flex-direction: column;
}

.header, .hero, .footer{
    background-color: #1F2937;

}

.logo{
    color: #F9FAF8;
    font-size: 24px;
}

ul, .secondary{
    color: #E7E5EB;
    font-size: 18px;
}

.main{
    color: #F9FAF8;
    font-size: 48px;
    font-weight: 900;
}

button{
    background-color: #3882F6;
    border: none;
}

.information h2{
    font-size: 36px;
    font-weight: 900;
    color: #1F2937;
}

.marketing{
    background-color: #3882F6;
}

.quote-container{
    background-color: #E7E5EB;
}

.quote{
    color: #1F2937;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
}

.header{
    display: flex;
    justify-content: space-between;
    padding: 16px 400px;
}

.logo{
    margin: 0;
    padding: 0;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.hero{
    display: flex;
    justify-content: space-between;
    padding: 75px 400px 150px;
}

.left-hero{
    flex-basis: 450px;
}

.main{
    margin-bottom: 0;
    padding: 0;
}

.secondary{
    margin: 0;
    padding: 0;
}

button{
    font-size: 16px;
    color: #F9FAF8;
    font-weight: bold;
    width: 140px;
    height: 30px;
    border-radius: 10px;
}

.upper-button{
    margin: 15px 0;
    padding: 0;
}

.image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E7E5EB;
    width: 500px;
}

.information{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 100px;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img{
    width: 150px;
    height: 150px;
    border: #3882F6 6px solid;
    border-radius: 20px;
}

.subtext{
    width: 150px;
    text-align: center;
    margin-top: 10px;
    color: gray;
}


.quote-container{
    padding: 75px 500px 75px 600px;
}

.quote{
    margin-bottom: 0;

}

.quoter{
    margin-top: 0;
    margin-left: 520px;
    font-size: 24px;   
    font-weight: bold;
}

.marketing-container{
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: center; 
}

.marketing{
    width: 1000px;
    height: 150px;
    display: flex;
    border-radius: 10px;
    padding-top: 40px;
    padding-left: 150px;
    padding-right: 100px;
    padding-bottom: 40px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.text{
    color: #F9FAF8;
}

.upper{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.lower{
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.lower-button{
    border: solid white 2px;
}

.footer{
    text-align: center;
    color:#F9FAF8;
    padding: 16px;
}