html, body {
  background-color: #0c0f12;
  height: 100%;
  margin: 0;
}

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