body {
  background-color: darkgrey;
}
p {
  color: (100, 100, 100);
}
h2 {
  font-weight: bold;
  font-style: italic;
  color: (10, 10, 10);
  font-family: cursive;
  text-align: left
  text-decoration: none;
  font-size: h2;
}

h4 {
  font-family: cursive;
  color: (10, 10, 10);
  text-align: left;
  text-decoration: none;
  font-size: h4;
}

h5 {
  font-family: cursive;
  color: dimgrey;
  text-decoration: none;
  font-size: h5;
  color: (10, 10, 10)
}

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