#Img1 {
    background-image: url('../img/lake.jpg');
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 60%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.spacing{
    margin-top: 15px;
}