body {
    margin: 0;
}


a:hover {
    color:rgb(229, 87, 10);

}

.go_up_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(191, 191, 191);
    width: 55px;
    height: 55px;
    display: flex;
    justify-self: center;
    justify-content: center;
}
.arrow_up {
    font-size: 40px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


/*Body starts here*/


/*page contetns start here*/
.heading {
    font-weight: bold;
    font-size: 1.5rem;
}

.text {
    font-size: 20px;
    text-decoration: none;
    color: black;
}




/*TABLE*/
.heading_2 {
    font-weight: bold;
    font-size: 1.3rem;
}




/*  NEWS SECTION-------------------*/
.article1 {
    width: 100%;
    height: auto;
}

.article1_img {
    width: 100%;
    height: auto;
    display: block;
}

.heading_art1 {
    font-weight: bold;
    font-size: 2rem;
}

.article2{
    width: 100%;
    height:auto;
}
.heading_art2 {
    font-weight: bold;
    font-size: 1.5rem;
}

/**/
.grey_box {
    background-color: #eeeeee;
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.list {
    margin-left:0;
    padding-inline-start: 0px;
}
.item {
    list-style-type: none;
    margin:auto;
    width:100%;
    padding: 10px 20px 10px 0px;
}
/**/
.body_content {
    width: 70%;
    margin: 0 auto;
}
/*screen 768px or wider*/
@media only screen and (min-width: 768px) {
    .article1 {
        width: 50%;
        float: left;
        height:auto;
    }
    .article2 {
        width:45%;
        float: right;
        height:auto;
    }

}

/*Screen 768px or bigger*/
@media only screen and (min-width: 768px) {
    .body_content {
        width: 70%;

    }
}

/*Screen 380 or smaller*/
@media only screen and (max-width: 440px) {
    .body_content {
        width: 95vw;
    }
}
