body {
  text-align: justify;
}

.custom-box {
  background-color: #f0f8ff; /* Example: light blue */
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #cce;
}

/* Centered title styling */
h1.title-page {
  font-size: 1.75em;
  font-weight: bold;
  color: #333;
  font-family: 'Georgia', serif;
  text-align: center;
  margin-top: 50px;
}

/* Author's name styling */
.author-name {
  font-size: 1.25em;
  color: #555;
  font-family: 'Arial', sans-serif;
  text-align: center;
  margin-top: 20px;
}


