* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
}

.page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 90px 24px 60px;
}

.logo {
  width: 100%;
  max-width: 274px;
  height: auto;
  display: block;
}

.tagline,
.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #000000;
  max-width: 309px;
  margin: 0;
}

.tagline a {
  color: inherit;
  font-weight: bold;
}
