html,
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 100;
  background-color: #1a0c3dff;
}

div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

a {
  text-decoration: none;
  color: #ff277c;
  font-size: 1.5rem;
}
