* {
    margin: 0;
    padding: 0;
}

#landing {
    height: 100vh;
    width: 100%;
    background-image: url('../images/laura-adai-6qQ_B8xYR6U-unsplash.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}