body{
    background-color:  #0e25;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


hr{
    width: 800px;
    height: 2px;
    margin: 50px;

}

  
  img{
    height: 150px;
    border-radius: 50%;
    margin-left: 20px;
}


.navar{
    width: 17%;
    height: 100%;
    position: fixed;
    background-color: black;
    top: 0;
    left: 0;
}
nav ul li{
    list-style-type: none;
    margin: 40px 20px;
}
nav ul li a{
   
    color: rgb(70, 74, 78);
    font-size: 1em;
    text-decoration: none;

}
 ul li strong a{
    color: white;
    font-size: 1.3em;
}
ul li{
    list-style-type: none;
}
#sadio{
    width: 3px;
    height: 800px;
    background-color: black;
    float: right;
    margin-top: -30px;
    margin-bottom: 0;
}

.Article{
    width: 75%;
    margin-left: 20%; 
    font-size: 1.3em; 
}
.Article p{
    margin-bottom: 40px;
}
.Article h5{
     float: right;
     margin-right: -45px;
     border: 1px solid;
     margin-top: -15px;
     border-radius: 8px;
     padding: 0px 4px 0px 4px;
}
.fanta{
    font-size: 2em;
    color: darkred;
}




@media screen and (max-width: 600px){   
    .navar{
        width: 100%;
        height: 10%;
        display: inline-flex;
       
    }
    .navar ul li {
        display: inline;
        color: white;
        font-size: 0.5em;
        padding-right: 5px;
        
    }
    ul li a{
       color: white;
       padding-right: 5px; 
    }
    img{
        height: 50px;
    }
    hr{
        width: 200px;

    }
    #sadio{
    height: 100%;
    }
    .Article{
        margin-top: 100px;
    }
    .Article p{
        text-align: center;
    }
 }

    
