@font-face {
  font-family: "Press Start 2P";
  src: local("Press Start 2P"),
    url("PS2P/PressStart2P-Regular.ttf") format("ttf"),
    url("PS2P/PressStart2P-Regular.woff") format("woff"),
    url("PS2P/PressStart2P-Regular.woff2") format("woff2")
}

body {
  font-family: "Press Start 2P";
  background-color: black;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 12px;
}

.blue {
  color: blue;
}

.pink {
  color: magenta;
}

.yellow {
  color: yellow;
}

.red {
  color: red;
}

a {
  text-decoration: none;
  font-size: 12px;
}

a:link {
  color: blue;
}

a:visited {
  color: navy;
  
}

a:hover {
  color: red;
}

a:active {
  color: cyan;
}