
/* 
    Created on : 13 feb. 2025, 11:24:23
    Author     : Yonas W
*/
#faq-header{
    clear: both;
    background-color: #e98f3e;
    background-image: url('../images/faq-banner.png');   
    padding: 20px;
    margin-bottom:  20px;
    background-size:cover;
    background-repeat: no-repeat;
}

#main{
    padding: 100px;
    background-color: antiquewhite;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: -100px;
    padding-bottom: 150px;
}

#faq{
    background-color: whitesmoke;
    font-family: Lato, sans-serif;
    width: 70%;
    margin: auto;
    padding: 5%;  
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.95);
}

#faq h1{
    font-family: 'Kaushan Script', Lato, sans-serif;
    color: dimgray;
}

#faq h3{
    color: goldenrod;
    text-transform: uppercase;
}