body {
  background-color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.content-box {
  background-color: #ffffff;
  color: #000000;
  padding: 30px;
  border-radius: 10px;
  max-width: 800px;
  max-height: 400px;
  width: 90%;
  overflow: auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px; 
}

.content-box ul {
  text-align: center;
  list-style-position: inside;
  list-style-type: disc;
}