*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header{
    display: block;
    z-index: 100;
    unicode-bidi: isolate;
}

main{
    padding: 1rem;
    z-index: 0;
}
.header-bg{
    background: #f1f1f1f1;
    padding: 7px 15px;
    height: auto;
    z-index: 100;
    position:fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px #ccc;
    box-sizing: border-box;
}
.img-w{
    width: 120px;
}

.contact-header-bg{
    background: #f5f5f5;
    padding: 7px 15px;
    height: auto;
    z-index: 100;
    position:fixed;
    top: 0;
    width: 100%;
    
    box-sizing: border-box;
}
.m-content {
    background-color: #fff;
}


.main-title{
    font-size: 32px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-block-start: 3.8rem;
    margin-block-end: 0.8em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}


.contact-color{
    color: #000;
}

.footer-bg{
    background: #f5f5f5;
    padding: 11px 15px;
    margin-top: 0.5rem;

}

footer p{
    margin: 10px 0 0 0;
    unicode-bidi: isolate;
}
footer a{
    text-align: center;
    margin:-10px 0 0 0;
    margin-right: 5px; 
    color: black;
    text-decoration: none;
    unicode-bidi: isolate;
}

footer a:hover{
    color: #377ae6f1;
}

.textBold{
    font-weight: bold;
}