body{
    display: flex;
    flex-direction: column;

}

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;

    flex-wrap: wrap;
}


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

.header {
    display: flex;
    justify-content: space-between;

    font-size: 24px;
    color: #F9FAF8;
    padding: 16px 10vw;
}

.header-link-text, .hero-secondary-text {
    font-size: 18px;
    color: #E5E7EB;
}

.header-link-text{
    flex-wrap: nowrap;
}

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

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

button, .call-to-action {
    background-color: #3882F6;
}

.information-header-text{
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    text-align: center;
    padding: 32px 0;
}

.quote-section{
    background-color: #E5E7EB;
}

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



.hero-img{
    height: 300px;
    width: auto;
}

.content01{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding: 18px 10vw;

}

.content01-text div{
    margin: 16px 0;
}

button{
    border-radius: 20%;
    color: white;
    padding: 8px;
    border: 2px solid white;
}

.content02-img {
    width: 200px;
    height: auto;
    border: 4px solid #3882F6;
    border-radius: 8%;
    margin-bottom: 16px;
}

.content02 ul {
    text-align: center;
    justify-content: center;
    padding: 0 10vw 16px;
}

.content03{
    padding: 32px 10vw;
}

.content03-quote-end{
    text-align: end;
    font-weight: 900;
}

.content04{
    padding: 32px 10vw;
    background-color:white;
}

.content04-container{
    border-radius: 2%;
    display: flex;
    justify-content: space-between;
    padding: 32px 5vw;
}

.content04-container button{
    flex: 0 0 auto;
}

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