@font-face {
  font-family: neue; /* set name */
  src: url(ComicNeue.otf); /* url of the font */
}
body {
  background-color: #363636;
}
header {
  background-color: #808080;
  margin-inline: 5%;
  padding-bottom: 5px;
}
h1 {
  margin: 2%;
  color: black;
  font-family: verdana;
  font-size: 350%;
  text-align: center;
}
h2 {
  color: black
  font-size: 250%;
  text-align: center;
}
p {
  color: red;
  font-family: neue;
  font-size: 125%;
  margin-inline: 5%;
}
footer {
  margin-bottom: 3em;
  text-align: center;
  
  font-size: 0.9rem;
}