html {
  height: 100%;
  width: 100%;
}
img {
  width: 200px;
}

body {
  font-family: 'Georgia';
  background: gray;
  color: lightblue;
    }
