body {
  background-color: dimgray;
  font-family: fantasy;
  border-style: ridge;
  border-color: maroon;
  border-width: thick
}

h1 {
  color: maroon;
  text-decoration: underline;
  text-decoration-color: black;
  font-size: 35px
}

h2 {
  text-decoration: underline;
  font-size: 27px
}

h3 {
  text-decoration: underline;
  font-size: 24px
}


h4 {
  text-decoration: underline;
  font-size: 24px
}

p { color: rgb(255,255,255);
  font-size: 20px;
}

img {
  border-color: maroon;
  border-width: 4px;
  border-style: inset;
  border-radius: 5px;
}
  