body {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: calc(100vh / 3);
}

