@font-face {
  font-family: "OmoriFont";
  src: url("/fonts/OmoriFont.ttf");
}
@font-face {
  font-family: "OmoriFont2";
  src: url("/fonts/OmoriFont2.ttf");
}
@font-face {
  font-family: "CyberpunkWaifus";
  src: url("/fonts/CyberpunkWaifus.ttf");
}
body {
  background-image: url("/img/wall_06.gif");
  background-size: 15vh;
}

a {
  text-decoration: none;
}

.omori1 {
  font-family: OmoriFont;
  font-size: 1.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  line-height: 2rem;
}

.cyberpunk {
  font-family: CyberpunkWaifus;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}

.sidecyberpunk {
  font-family: CyberpunkWaifus;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}

.container {
  top: 0;
  left: 0;
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.trustcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.titlecontainer {
  padding-right: 44.25rem;
  padding-bottom: 2px;
}

.titlewrapper {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.wrapper {
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.box {
  background-color: black;
  color: white;
  border: 3px;
  border-style: solid;
  border-color: white;
  height: 16rem;
}

.titlebox {
  background-color: black;
  color: white;
  border: 3px;
  border-style: solid;
  border-color: white;
}

.mainbox {
  background-color: black;
  color: white;
  border: 3px;
  border-style: solid;
  border-color: white;
  display: flex;
  flex-direction: column;
  width: 45rem;
  height: 16rem;
}

.version {
  color: rgb(41, 41, 41);
  display: flex;
  align-items: end;
  justify-content: end;
}

.sideText {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
}

.heresideText {
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 10px #5a8f5a;
  font-size: 1.5rem;
}

.specialsideText {
  text-decoration: none;
  font-size: 1.5rem;
  cursor: default;
}

.specialsideText .base {
  display: none;
}

.specialsideText:hover .based {
  display: none;
}

.specialsideText:hover .base {
  display: inline;
}

.button {
  width: 5.9rem;
  height: 2rem;
}

.button:hover {
  border-style: dotted;
  border-color: #ffffff;
}/*# sourceMappingURL=styles.css.map */