body {
  margin: 12px;
  font-family: 'Space Grotesk', sans-serif;
  background: #303036;
  color: white;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  text-shadow: 2px 4px 5px #000d;
}

div {
  margin-top: 32px;
  text-shadow: 1px 2px 3px #0008;
}

a {
  color: #30BCED;
}

a:not(:hover) {
  text-decoration: none;
}
