body {
  margin: 0;
}

.logo {
  height: 50vh;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}

@media (prefers-color-scheme: dark) {
  .container {
    background-color: #202124;
  }
}
