/* hi lol o/ */

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertical center */
  align-items: center;      /* horizontal center */
  text-align: center;
  
  transform: translateY(-5vh);
}



/* removed og */
.font-glitch {
  font-family: serif;
  line-height: 1.1;
  height: 1.2em; /* lock height */
  display: inline-block;
}

a {
  display: block;
  color: rgb(200, 0, 0);
  font-size: 500%;
  margin-bottom: 20px;
  text-decoration: none;
}

img {
  display: block;
  margin: 0 auto;
}