/* Style the main title */
h1.title {
  font-size: 2.5em;
  background-color: #1e3a8a; /* Tailwind blue-900 */
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 0;
}

/* Style subtitle */
.subtitle {
  font-style: italic;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
}