@font-face {
  font-family: "Alienese";
  src: url("/fonts/fr-fal1.ttf");
}

@media screen and (max-width: 480px) {
  .show-on-desktop {
    display: none;
  }
}

.show-on-desktop h2 {
  color: rgb(113, 67, 22);
  font-family: 'Courier New', Courier, monospace;
  font-size: 500%;
  text-align: center;
  align-self: center;
  width: 100%;
  top: 50%;
  position: absolute;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 481px) {
  .hide-on-desktop {
    display: none;
  }
}

html {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  margin: 0;
  padding: 0;
  background: rgb(241,209,136);
  touch-action: pan-y;
  overscroll-behavior: none;
  overflow: hidden;
}

h1,a,a:link,a:visited,a:hover,a:active {
  position: fixed;
  color: rgb(113, 67, 22);
  font-family: Alienese;
  font-size: 300%;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  position: fixed;
  color: rgb(113, 67, 22);
  font-family: Alienese;
  font-size: 100%;
  margin: 0;
}

.page_content {
  align-items: center;
  background: rgb(241,209,136);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: top;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.body_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: top;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
  top: 10%;
}
