body {
  background: radial-gradient(#1f1f1f, #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}