body {
  background-color: #0f0f10;
  font-family: Arial, sans-serif;
}

h1 {
  color: #333333;
  font-size: 32px;
  text-align: center;
}

p {
  color: #666666;
  font-size: 18px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
}