
.title-container {
    text-align: center; /* Center align the title */
    margin-top: 25px; /* JC Space above the title */
}

.title {
    font-size: 42px; /* Adjust the font size as needed */
    font-weight: bold; /* Make the font bold */
    color: #0b5d97; /* Change color to match your design */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: Add shadow for better visibility */
}




