body {
  background-color: black;
  color: White;
    font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
  .box {
  float: left;
  width: 25%; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 0px; /* if you want space between the images */
}
 /* unvisited link */
a:link {
  color: GhostWhite;
}
.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

}

/* visited link */
a:visited {
  color: GhostWhite;
}

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

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



}
