html, body {
    height: 100%;
    overflow-y: hidden !important;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 600px) {
    ::-webkit-scrollbar {
        width: 0px;
        display: none;
    }
}
