@font-face {
  font-family: "FreePixel";
  src: url(./assets/FreePixel.ttf);
}

/* unvisited link */
a:link {
  color: rgb(0, 128, 128);
}

/* visited link */
a:visited {
  color: rgb(0, 128, 128);
}

/* mouse over link */
a:hover {
  color: rgb(136, 221, 221);
}

/* selected link */
a:active {
  color: rgb(0, 172, 230);
}

body {
  background-image: url(./assets/purple-stars-bg.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #000;
  font-family: FreePixel, monospace;
  color: white;
  font-size: medium;
  display: block;
  margin: 0;
}

div {
  display: block;
}

.content {
  max-width: 640px;
  background-color: rgba(25, 25, 25, 0);
  margin: 18px auto 0px auto;
  padding: 4px;
  width: 95%;
}

.content p {
  margin-left: 10px;
  line-height: 1.5;
}

.footer {
  text-align: center;
}

nav {
  text-align: center;
}

h1 {
  text-align: center;
  margin: 0px;
}

#media {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}