body {
  background-color: rgb(20, 20, 20);
}
p {
  color: dimgrey;
}
h4 {
  font-weight: bold;
  color: dimgrey;
  text-decoration: none;
  font-size: h4;
  font-family: fantasy;
  text-align: inherit;
}

h2 {
  font-weight: bold;
  color: dimgrey;
  text-decoration: none;
  font-size: h2;
  font-family: fantasy;
  text-align: inherit;
}

h5 {
  font-weight: bold;
  color: dimgrey;
  text-decoration: none;
  font-size: h5;
  font-family: fantasy;
  text-align: inherit;
}

img {
  border-style: solid;
  border-color: dimgrey;
  border-width: thick;
  height: inherit;
  border-radius: none;
  width: inherit;
  margin: inherit;
  float: auto;
}