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

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

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

.footer {
  padding: 1.25rem;
  text-align: center;
}

.footer a {
  color: #005bd3;
  font-size: 0.95rem;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}
