/* Style for the title */
.title-with-color {
  color: #003366;
}

/* Style for the centered text */
.centered-text {
  text-align: center;
}

/* Style for the image (as we discussed before) */
.centered-image {
  display: block;
  width: 40%;
  margin: 0 auto;
}

