body {
   background-color: #1B99B2;
}

div {
   background-image: url('logo.png');
   background-repeat: no-repeat;
   background-position: center center;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}