html, body {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #0D2F5F;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 40px;
  text-align: center;
}

.logo {
  width: min(420px, 78vw);
  height: auto;
  display: block;
}

.details {
  color: #0D2F5F;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.details p {
  margin: 0;
}

a {
  color: #0D2F5F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
