body {
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  font-family: sans-serif;
  padding: 1rem;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.logo {
  display: block;
  max-width: min(24rem, 100%);
  height: auto;
}

.language-switcher {
  font-size: 0.875rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

a {
  color: #3F5AA8;
  text-decoration: none;
}
