body {
background-image: url("img/sheep.jpg");
background-color: #cccccc;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

h1 {
    text-align: center;
}

