:root {
  color-scheme: dark;
  font-family: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

.redirect-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  color: #fbf8ff;
  background:
    radial-gradient(circle at 50% 30%, rgba(142, 66, 238, 0.18), transparent 34%),
    #05010d;
}

.redirect-page main {
  width: min(560px, 86vw);
  text-align: center;
}

.redirect-page img {
  width: 180px;
}

.redirect-page p {
  color: #c9bdd9;
}

.redirect-page a {
  color: #b47cfd;
}
