body {
  font-family: system-ui, sans-serif;
  background-color: #f4f7fa;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

main {
  text-align: center;
}

.logo {
  width: 96px;
  height: 96px;
}

h1 {
  font-size: 2rem;
}
