




.about-container {
    min-height: 80vh;
    width: 100%; 
    display: flex;
    align-items: left; 
    margin: 20px 0px;
    justify-content: left; 
}


.glass-panel-about {
     background-color: rgba(0, 0, 0, 0.7); 
    padding: 10px 20%;      
    border-radius: 8px; 
    width: 100%;
    height: 20%;   
    text-align: center; 
    color: white;       
    border: 1px solid rgba(255, 255, 255, 0.2); 
    margin: 0px;   
}


.glass-panel-about p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6; 
    color: #fdf5e6;
    text-shadow: 0 1px 0 #ccc,
                 0 2px 5px rgba(0,0,0,0.6),
                 0 5px 10px rgba(0,0,0,0.4);
}