body, html {
    height: 100%; width:100%;
}
main {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-image: url('https://vannut.nl/themes/vannutv3/assets/images/stock/day_at_the_beach.jpg')

}