@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy|Oswald');

body {
  /* background-color: hsl(0, 91%,43%); */
  background-color: black;
  width: 98%;
  text-align: center;
  /* color: white; */
  font-family: Oswald;
}
h1 {
  color: white;
  font-size: 200px;
  font-weight: 100;
  margin-top: 25vh;
  margin-bottom: 10px;
  /* text-decoration: underline; */
  font-family: Luckiest Guy;
}

h2 {
  /* font-size: 50px; */
  font-size: 75px;
  margin-top: -10px;
}

h2.forbidden {
  color: #FFE900;
}

h2.not_found {
  color: #00FF00;
}

/*
h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h4 a {
  color: #00fffa;  
}
*/