body{
    background-color: #03040b;
}

img{
    height: 110px;
  border-radius: 50%;
  margin-left: 25px;  

}
.navbare{
    background-color: white;
    width: 17%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
}
.navbare .sadio li{
    padding-top: 50px;
    list-style-type: none;
}
.navbare .sadio li a{
    text-decoration: none;
    color: black;
    font-size: 2em;
}
article{
    
    margin-left: 250px;
    width: 70%;
    color: white;
    font-size: 1.5em;
}
article p{
    padding-top: 30px;
}
article ul{
    padding-top: 30px;
}
article ul li{
    list-style-type: none;
}