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

body {
  background: #ffffff;
  font-family: "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.center {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
}

.logo {
  width: min(620px, 82vw);
  height: auto;
}
