html, body {
  height: 100%;
  background-color: #2d3748;
}

.main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background-color: #1a202c;
}

