body {
    background: none;
    color: rgb(71, 71, 71);       
}


#page-content {
    background-image: url("../img/background/bg4.webp");    
    background-repeat: no-repeat;        
    background-position-y: -250px;
    min-height: 800px;    
}

#help-container {
    padding: 16px; 
    background: white;
    margin: 0 auto;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);    
    border-radius: 8px;    
}

.help-unit {
    border: 4px solid white; 
    padding: 12px; 
    background-color: rgb(245, 245, 245);
}

.help-unit-desc {
    font-size: small;
}

h3 {
    color: rgb(71, 71, 71);  
}

