body {
  background-color: dimgray;
}

a {
  color:blanchedalmond;
    font-family: monospace;
  font-size: 30px;
}

p {
  font-family: sans-serif;
  color: lightgray;
  text-align: center;
  font-size: 24px
}

h2 {
  text-align: center;
  font-family: inherit;
  color: gray;
}

h4 {
  text-align: center;
    color: darkgray;
}

h1{
  text-align: center;
  background-color: darkorange;
  font-family: fantasy;
}

img {
  border-style: double;
  border-width: 7.5px;
  height: 275px;
  border-color: #ff9d00;
  border-radius: 50px;
}