.hot-ones-page .page-content {
  background-color: #d9cfc4; /* visible placeholder until images are added */
}

.hot-ones-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

p {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 50px 0 50px;
  max-width: 600px; /* Optional: limit the width for better readability */
}