body {
    font-family: Source Sans Pro, calibri, arial, sans-serif;
    line-height: 1.7;
    background-color: #f8f8f8; 
    background-image: url('parchment.png'); /* Subtle texture */
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    background-color: #003366;
    color: white;
    padding: 20px;
    text-align: center;
}

h1 {  
    font-family: Playfair Display, Cambria, serif;
}

section {
    margin-bottom: 30px; 
}

h2 {
    font-family: Playfair Display, Cambria, serif;
    color: #003366;
    border-bottom: 2px solid #D4AF37; 
}


