body{
    background-color: aliceblue;

}
div{
   background: url(../images/un-zero-zero.jpg);
   background-position: top;
   background-size: cover;
   height: 500px;
}
h1{
    color: white;
}
img{
    height: 500px;
    width: 50%;
}