h1 {
color: darkblue;
text-align: center;
}

h3 {
color: blue;
}

body {
  background: linear-gradient(to right, lightblue, white);
}

img {
   max-width:95%;
   height:auto;
   max-height:95%;
}
