
a, p {
    text-decoration: none;
    color:#212529;
}
a.opacity:hover {
    opacity:0.7;
    cursor: pointer;
}
body {
    background-color: rgb(250,249,247);
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
    width:100% !important;
    /*loader margin*/
    margin:0;
}
footer {
    border-top: 1px solid #e6e6e6;
    margin-top:10px;
    width:98% !important;
}
footer a{
    color:rgba(33,37,41,0.75);
}
footer div, footer a {
    font-size:12px;
}
footer .card {
    margin: 5px;
    border:none;
    float: left !important;
}
html, header, footer {
    overflow-x: hidden !important;
}
input:focus, select:focus {
    background-color: rgb(255,209,204) !important;
}