body {
  background-color: black;
  background-image: url(../image/dithered_background.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  font-family: "Courier New", Courier, monospace;
}

.container {
  text-align: center;
}

img {
  width: 200px;
  padding-top: 10px;
}

/* Links */

a {
  color: greenyellow;
  text-decoration: none;
}

a:hover {
  color: #fa0060;
}
