body {
    margin: 0;
    padding:0;
    /*background-color: blue;*/
}



.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*/
.body_content {
    width:90%;
    /*background-color: aqua;*/
}

.page_nav {
    margin: 30px 0px 30px 0px;
}

.page_content {
    color: black;
    text-decoration: none;
    list-style-type: none;
    font-size: 1.4rem;
    height: fit-content;
    padding: 0px 30px 0px 0px;
}


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


.hanging {
    border: none;
    padding: 20px 30px 20px 60px;
    text-indent: -30px;
    
}


.heading_2 {
    font-weight: bold;
    font-size: 1.2rem;
}



.grey_box {
    background-color: #eeeeee;
    padding: 10px 30px;
    width:auto;
    margin-top: 15px;
    margin-bottom: 50px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
  
.text {
    font-size: 18px;
    list-style-type: circle;
    color: black;
    line-height: 1.5;
    text-align: left;
}

.bold_text {
    font-weight: bold;
}
.text_bullets {
    font-size: 18px;
    text-decoration: none;
    color: black;
    line-height: 1.5;
    text-align: left;
}

/**/
.body_content {
    width: 70%;
    margin: 0 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;
    }
}
