@keyframes objVis {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.objVis {
  animation-name: objVis;
  animation-duration: 0.01s;
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "Century Gothic";
  src: url("resources/GOTHIC.TTF") format("truetype");
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: max(100vh, 620px);
}

h1, p {
  font-family: "Century Gothic";
  font-size: 16px;
}

img + h1 {
  display: flex;
  justify-content: space-between;
  width: max(40vw, 550px);
  margin-top: 2px;
  margin-bottom: 30px;
}

img + h1 + h1 {
  display: flex;
  justify-content: space-between;
  width: max(25vw, 550px);
  margin: 0;
}

#tags {
  width: 40vw;
  align-items: center;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  margin: 0px 3px 0px 3px;
  letter-spacing: 1px;
  font-weight: bold;
}

.tagstart {
  display: inline-block;
  margin: 0px 3px 0px 3px;
  letter-spacing: 1px;
  color: rgb(180, 180, 180);
}

#body, #top_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buttons {
  display: flex;
  justify-content: space-between;
  width: max(40vw, 550px);
}

button > p {
  color: black;
}

.endtext, img + h1 > span, img + h1 + h1 > span {
  letter-spacing: 0px;
}

/*# sourceMappingURL=archicraft.css.map */
