/* GENERAL */
body{
    font-family: Roboto;
    font-size: 18px;
    margin: 0;

    display: flex;
    flex-direction: column;    
}

.header-box, 
.footer{
    background-color: #1f2937;
}

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

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

.header-logo-text{
    font-size: 24px;
    color: #F9FAF8;
    margin: 0;
}

.header-image{
    background-color: grey;
    padding: 80px 100px;
}

button{
    background-color: #3882F6;
    color: white;
    padding: 8px 32px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

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

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

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