* {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.header {
    display: flex;
    padding: 20px;
}

#header-logo {
    flex-grow: 1;
    display: flex;
    font-size: 24px;
    justify-content: center;
}

.header-link {
    flex-grow: 1;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 30px;
}

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

#header-logo, #hero-text {
    color: #F9FAF8;
    font-weight: 900;
}

.hero-main {
    display:flex;
    margin: 100px 200px 0 200px;
    justify-content: center;
}

.hero-main-desc{
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 0;
    width: 500px;
}

#hero-text {
    font-size: 48px;
    width: 100%;
}

.header-secondary {
    margin: 0 0 10px;
}

.first-button{
    color: #F9FAF8;
    font-size: 18px;
    background-color: #3882F6;
    border-radius: 10px;
    border-width: 0;
    width: 130px;
    height: 40px;
}

.box-image{
    display: flex;
    justify-content:  center;
    align-items: center;
    font-size: 18px;
    width: 500px;
    height: 230px;
    color: #F9FAF8;
    background-color: #6d747d;
    text-align: center;
    margin: 0 0 150px;
}


.info-header-text {
    display: flex;
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    justify-content: center;
    margin: 40px;
}

.s2-outer-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0 0 100px;
}

.s2-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rounded-img {
    border-radius: 25px;
    border: 4px solid #3882f6;
    width: 150px;
    height: 150px;
}

.r-img-text {
    display: flex;
    width: 150px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0 0;
}

.hero, .foot {
    background-color: #1F2937;
}

.quote-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E5E7EB;
    padding: 5vw 6vw 5vw;
}

#quote-text, #quoter {
    color: #1F2937;
    width: 830px;
}

#quote-text {
    font-size: 36px;
    font-style: italic;
    font-weight: 100;
}

#quoter{
    font-size: 24px;
    font-weight: 900;
    display: flex;
    justify-content: flex-end;
    padding: 0 50px 0 0;
}
.s3-wrapper {
    display:flex;
    justify-content: center;
    align-items: center;
}
.blue-box {
    background-color: #3882F6;
    width: 1050px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 250px 100px;
    border-radius: 10px;
    border-width: 0;
}

.call-to-action-section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 100px;
}

#call-to-action-text1 {
    color: #F9FAF8;
    font-size: 24px;
    font-weight: 900;
}

#call-to-action-text2 {
    color: #E5E7EB;
    font-size: 18px;
}

.call-to-action-button-wrapper {
    flex-grow: 1;
}
.second-button {
    background-color: #3882F6;
    font-size: 18px;
    color: #F9FAF8;
    border-radius: 10px;
    border:  2px solid #F9FAF8;
    width: 130px;
    height: 40px;
}
.foot{
    padding: 40px 100px 40px;
    color: #F9FAF8;
    font-size: 18px;
    text-align: center;
}
