@font-face {
  font-family: DotGothic16;
  src: url("/fonts/DotGothic16-Regular.ttf");
}

#topgap {
  padding: 50px 0px; 
}

body {
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  color: white;
  text-align: center;
  font-family: DotGothic16;
  background-image: url("/images/Square-Eyed.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.ascii {
  padding: 20px 0px;
  font-family: monospace; 
  font-size: 4px;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  font-weight: bold;
}

#columnContainer {
  margin: 0px auto; 
  width: 100%;
}

#column1 {
  float: left; 
  margin: 0; 
  width: 33.3333%;
}

#column2 {
  /* background-color: black; */
  float: left; 
  margin: 0; 
  width: 33.3333%;
}

#column3 {
  float: left; 
  margin: 0; 
  width: 33.3333%;
}

#recentRelease {
  margin: 0px auto;
  margin-top: 200px;
  width: 50%;
  border: 1px solid white; 
  background-color: rgba(0, 0, 0, 0.5);
}






