body {
  background: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}

main {
  margin: 20px auto;
}


:root {
  --bs-body-bg: rgb(14 14 14);
  --bs-border-color-translucent: rgb(255 255 255 / 18%);
  --bs-body-color: rgb(255, 255, 255);
}

.logo {
  max-height: 50px;
  max-width: 500px;
}

.card {
  margin: 10px auto;
}