
body {
  background-color: #000000;
  margin: 0 10%;
  /* font-family: sans-serif; */
  font-display: white;
  font-family: 'Pixelify Sans', sans-serif;
  }

  h1 { 
  color: #ffc20c;
  /* text-align:center; */
  /* font-family:serif; */
  /* text-transform:uppercase; */
  border-bottom: 1px solid #F50A31;
  margin-top:30px;
  font-size: 4em;
  }

  h2 {
  color: #f41818;
  font-size: 2em;
  }

  p {
  /* font-family: Georgia, serif; */
  color: white;
  }
  /* unvisited link */
a:link {
  color: rgb(255, 255, 255);
}

/* visited link */
a:visited {
  color: #ffffff;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: yellow;
}