body {
  background-color: skyblue;
  color: black;
  font-family: Frutiger;
  font-size: 5000;
  height: 100;
  width: 100;
}

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