i{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder; 
    font-size: 100%;
    display: flex;
    text-align: center;
    margin-top: 180px;
}
body{
    background-color: beige ;
}
.wrapper{
    display: flex;
    align-items: center;
    top: 0px;
    left: 0px;
}.vl{
    border-radius: 500px ;
    padding: 30px;
        width: 100px;
        height: 100px;
}
h5{
    align-items: center;
    text-align: center;
    margin-top: 10px;
    color: white;
}
#diatta{
    float: right;
}
h3{
    text-align: center;
}
h6{
    border: 1px solid rgba(156, 123, 123, 0.24);
    width: 45px;
}
section{
   top: 0%;
   left: 0%;
    margin: 0px;
    height: 745px;
    background: rgba(10, 10, 10, 0.933);
}
section__1{
    top: 0px;
    left: 0px;
}
p{
    color: rgb(115, 6, 6);
}