body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.centered-content {
  text-align: center;
}

h2 {
  color: #333;
}

p {
  color: #666;
}

hr {
  width: 50%;
  border: 1px solid #ccc;
}
