
body{
    background-color: #f9f9f9;
}
ul {
    padding: 0;
}

a {
    padding: 0px;
    text-decoration: none;
    color: black;

}


.sitenav {
    margin-top: 2rem;
    max-width: 70rem;
    display: block;
    
}


.main-block{
    max-width: 70rem;
    padding-top: 4rem;
    display: block;
}
.footer{
    max-width: 70rem;
    padding-top: 10rem;
    display: block;
}

.customundermain {
    position: relative;
    white-space: nowrap;
    cursor:pointer;

}

.customundermain:after {
    content: '';
    position: absolute;
    border-bottom: .07em solid #f00;
    /* Royal blue = 1919D3 or 0038A8 Red=#f00*/
    bottom: .2em;
    right: 0;
    left: 0;
    /* uncomment to add grey stripe or highlight links
    height: 3px;
    background: #bbbbbb;
    */
    z-index: -1;
}

.customunder {
   position: relative;
    white-space: nowrap;
    cursor:pointer;
}

.customunder:after {
    content: '';
    position: absolute;
    border-bottom: .07em solid #f00;
    /* Royal blue =  or 0038A8 Red=#f00*/
    bottom: .2em;
    right: 0;
    left: 0;
    /* uncomment to add grey stripe or highlight links
    height: 3px;
    background: #bbbbbb;
    */
    z-index: -1;
}

.customundershelf {
   position: relative;
    white-space: nowrap;
    cursor:pointer;
    pointer-events: none;
}

.customundershelf:after {
    content: '';
    position: absolute;
    border-bottom: .07em solid #f00;
    /* Royal blue =  or 0038A8 Red=#f00*/
    bottom: .2em;
    right: 0;
    left: 0;
    /* uncomment to add grey stripe or highlight links
    height: 3px;
    background: #bbbbbb;
    */
    z-index: -1;
}

.title{
    color:#f00;
}

/* code for hiding elements for Jquery */

.ghofrani{
    display: none;
    
}

.focus{
    display: none;
}


/* code for changing color of selected text */

::-moz-selection { /* Code for Firefox */
    color: red;
    background: #f00;
}

::selection {
    background: #f00;
}

div.index::selection {
    background: #1016FF;
}