.logo {
    width: 100px;
    height: 100px;
}
.title p{
    font-size: 30px;
    margin: 0px;
    color: #003872;
    
}
.sub-title p{
    font-size: 20px;
    margin-top: -10px;
    color: #003872;
}

.site-sub_theme {
    font-size: 15px;
    margin-top: -10px;
    color: #003872;
}
.list {
    list-style-type:circle;
    text-align: justify;
}
.bg-info {
    text-align: center;
    border-radius: 5px;
    background: #003872 !important;
    color: aliceblue;
}

.news{
    color: black;
}
.news marquee {
    background: #f6eeee;
    height: 435px;
}
.news .news-heading{
    text-align: center;
    font-size: 25px;
    font-family: var(--Abel);
    color: #854503;
}
.news-article {
    background-color: #ccc;
    margin: 10px;
    padding-left: 20px;
    border-radius: 10px;
}
.news-article a:link, a:visited {
    color: #854503;
}
.para {
    font-size: 15px;
    text-align: justify;
}