body {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirecting {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 32px;
  text-decoration: none;
  font-weight: 700;
}