body {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #d8d1d1;
}