body {
    margin: 0;
    font-family: "Roboto-Light";
    animation: fade 2.5s;
    overflow-x: hidden;
    max-height: 100vh;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 842px;
}

.landing {
    text-align: center;
}

@media screen and (max-width: 1250px) {
    body {
        overflow-y: scroll;
    }
}