.slogan {
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slogan h1 {
    font-size: 5vw;
}
