/* main top bar  */
 body {
    overflow-x: hidden
 }
.top-bar a:hover {
    text-decoration: none; 
    color: white;
}


/* footer  */

.footer_top ul li {
    margin: 5px 0px;
}
.footer_top ul li a {
    font-size: 16px;
}

.details-paragraph {
    margin:20px;
}

.details-paragraph h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 15px;
}
.details-paragraph p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}