body {
  text-align: center;
  background: black;
  margin: 0;
}

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

.dark {
  color: white;
}
.light {
  background: white;
}
