.header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__title{
    color: white;
    font-weight: 700;
    font-size: 4rem;
    padding: 3rem 0 1rem 0;
}
.header__paragraph{
    color: white;
    font-style: italic;
    font-weight: 300;
    font-size: 2rem;
    padding: 2rem 0;
}
@media screen and (max-width: 750px) {
    .header__title{
        font-size: 3rem;
    }
}