body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

p {
  font-size: 1.5em;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #078a76;
  font-size: 2em;
  font-weight: bold;
}

#timer {
  font-size: 2em;
  font-weight: bold;
}

.about,
.background {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: fixed;
  color: #b5caa06c;
  z-index: -1;
}

.background {
  bottom: 1vh;
  left: 0;
  font-size: 12vh;
}

.about {
  top: 1vh;
  right: 1vw;
  font-size: 2vh;
}
