
body, html{
    font-family:Georgia, 'serif' !important;
    font-size: 14px;
    color: #58595b;
    background-color: #ffebe0;
}

.top{
    background-color:#58595b;
    color: #fff;
    padding: 14px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.top a{
    color: #fff;
}

.top a:hover{
    color: #fff;
}

a{
    color: #58595b;
}

a:hover{
    color: #58595b;
}

.ndate{
    font-weight: 500;
    font-size: 17px;
}

.card{
    background-color: transparent !important;
    border: 0px !important;
}

.card-text{
    margin-top: -40px;

}

.card-text h4{
    font-size: 1.4rem !important;
}

.logo-footer{
     width: 100%;
}

.table-content{
    font-size: 12px; text-align: justify; border-color:#ffffff;
    width: 600px;
}

@media(max-width:768px){
    .logo-footer{
        width: 200px;
    }
    
    footer h4{
        font-size: 16px;
    }
    
    footer ul{
        letter-spacing: 1px !important;
        font-size: 10px;
    }
    
    .intro{
        text-align: center;
    }
    
    .table-content{
    font-size: 12px; text-align: justify; border-color:#ffffff;
    width: 94%;
        padding: 10px;
}
}