* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 0;
}

.logo,
.menu {
    text-align: center;
}

.logo a img {
    height: 50px;
}

.logo {
    padding: 30px 0;
}

a:hover {
    text-decoration: none;
}

.menu {
    padding-bottom: 30px;
}

/* nav bar button css  */

.btn-color {
    background-color: #D4D4D4;
    margin: 0 10px;
}

.btn-color:hover {
    background-color: #5A5A5A;
    color: #ffffff;

}
.btn-color:active{
    background-color: #5A5A5A;
    color: #ffffff;
}

.main {
    max-width: 920px;

}

.news {

    background-color: #eae8e6;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.tagline {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
}

.heading {
    font-size: 40px;
    font-weight: 800;
    color: #E31052;
}

.description {
    padding: 30px 0;
    font-size: 17px;
    word-spacing: 5px;
}

.more {
    color: #E31052;
}

.news img {
    border-radius: 15px;
    height: 200px;
    margin-bottom: 10px;
}

.banner {
    background-image: url('../images/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    height: 500px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.banner-sec {
    background-color: #eae8e6ce;
}

/* article page section  */

.art {
    color: #000000;
    text-decoration: none;
}

.breif {
    padding: 20px;
    color: #ffffff;
    background-color: #b9004d;
    font-size: 20px;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 30px;
}

.source {
    padding: 20px 0;
}

.art-pic {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}

.article-new {
    background-color: #ddebed;
}

/* more from section css */

.list-news {
    background-color: #efefef;
}

.list-news ul {
    padding: 20px 0;
}

.list-news ul li {
    margin: 15px 40px;
}

/* footer css */

footer {
    margin-top: 70px;
    padding: 30px;
    border-top: 2px solid #E31052;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}