body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: url('/images/gandalf.webp') center center / cover no-repeat;
  color: white;
}

h1 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 10vw;
  position: relative;
  margin: 0 0 30px 0;
}

.tm {
  font-size: 1rem;
  font-weight: 200;
  position: absolute;
  top: 21%;
}

.bold {
  font-weight: bold;
}

a {
  color: white;
}
