html {
  height: 100%;
  width: 100%;
}

img {
  width: 350px;
}


body {
  text-align: center;
  color: black; 
  background: lightsteelblue; 
  font-family: "Courier New";
}