#preamble-text {
    display: block !important; 
    visibility: visible !important;
    opacity: 1 !important;
    color: black; 
    font-size: 18px; 
}


.preamble-section {
    background-color: rgba(240, 248, 245, 0.8); 
    border: 2px solid #075e54; 
    border-radius: 10px; 
    padding: 30px; 
    max-width: 800px; 
    margin: 30px auto; 
    text-align: center; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    font-family: 'Noto Sans Georgian', sans-serif; 
}

/* Style the H1 */
.preamble-section h1 {
    font-family: 'BPGArialCaps2010', sans-serif; 
    font-size: 36px; 
    color: #075e54; 
    margin-bottom: 20px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
}


.preamble-section span {
    font-size: 20px; 
    color: #333; 
    line-height: 1.8; 
    margin: 0 10px; 
}