*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background: #0f1117;
  color: #e8eaf4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  gap: 0;
}

.mark {
  display: block;
  margin-bottom: 20px;
}

.wordmark {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #e8eaf4;
  margin-bottom: 32px;
}

.email {
  font-size: 13px;
  color: #5c6490;
  text-decoration: none;
  transition: color 0.15s;
}

.email:hover {
  color: #6eb5c0;
}

.cvr {
  margin-top: 48px;
  font-size: 11px;
  color: #2a2f45;
  letter-spacing: 1px;
}
