html, body {
  background-color: black;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: system-ui;
}

.logo {
  width: 256px;
}
