body {
    text-align: center;
    overflow-x: hidden;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 40%;
    background-size: cover;
}
.leftarrow, .rightarrow {
    position: absolute;
    top: 40%;
}
.leftarrow img, .rightarrow img {
    width: 8vw;
    image-rendering: pixelated;
    border: none;
}
.leftarrow {
    left: 1%;
}
.rightarrow {
    right: 1%;
    transform: scaleX(-1);
}
ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    list-style-type: none;
}
ul p {
    margin: 0;
}
li {
    background-color: var(--tagbackground);
    color: var(--tagtext);
    border-radius: 40px;
    padding: 1vw;
    margin: 1% 0.5vw;
}
h1 {
    text-align: center;
}
p {
    text-align: center;
}
a {
    text-decoration: none;
}
div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (orientation: portrait) {
    .leftarrow img, .rightarrow img {
        width: 12vh;
    }
    ul {
        flex-flow: column;
        margin-top: 42.5vh;
    }
}
@font-face {
    font-family: 'Pseudotext';
    src: url('/fonts/parklaneregular.ttf');
}
@font-face {
    font-family: 'Semplicita';
    src: url('/fonts/semplicita.otf');
}
@font-face {
  font-family: 'Pixellari';
  src: url('/fonts/pixellari.ttf');
}
@font-face {
  font-family: 'PMD';
  src: url('/fonts/PKMN-Mystery-Dungeon.ttf');
}
@font-face {
    font-family: 'Linux Libertine';
  src: url('/fonts/libertine.ttf');
}
@font-face {
    font-family: 'Odin Rounded';
    src: url('/fonts/odinrounded.otf');
}
@font-face {
    font-family: 'Runes';
    src: url('/fonts/tunic.otf');
}
@font-face {
    font-family: 'JMH Typewriter';
    src: url('/fonts/typewriter.otf');
}