body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url('backdrop-2.png') no-repeat center center fixed; /* Background image */

}

header {
    background-color: rgba(255, 255, 255, 0.4); /* Slightly more opaque background */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 8px;
}

.logo {
    max-width: 50% !important ;/* Adjust logo size according to template */
    margin: 0 auto !important; /* Center the logo horizontally */
    display: block !important;
}

.custom-text {
    color: #004080 !important;  /* Dark blue color */
    margin-bottom: 5px !important; /* Reduce margin to bring text closer */
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.custom-text-h4 {
    font-size: 20px !important; /* Font size as per template */
    color: #004080; 
    margin: 0;
	font-weight: bold !important;
}
