body {
  /* background: linear-gradient(to bottom, red, white, white, green); */
  background: #6c6c6c;
  color: #eee;
}

h1 {
  font-family: Georgia;
  /* font-size: 175%; */
  color: #eee;
}

h2 {
  font-family: cursive;
  /* font-size: 175%; */
  color: rgb(247, 229, 152);
}

p {
  font-family: serif;
  font-style: italic;
  font-size: 150%;
}

img {
  border-style: solid;
  border-color: rgb(232, 208, 108);
  border-width: 10px;
  border-radius: 10px;
}
