

h1 {
  background-color: black;
  color: white;
  -webkit-text-stroke: 1px black;
  font-family: 'panic';
  font-size: 50px;
  margin-bottom: 0;
  text-align: center;
}
h2 {
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'alt';
  font-size: 12px;
  margin-bottom: 0;
}
body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'alt';
  font-size: 13px;
  margin-bottom: 0;
    -webkit-text-stroke: 0.5px black;
}
a:link {
  color: #4a0b0b;
}
a:visited {
  color: #4a0b0b;
}