#image{
    height: 150px;
    width: 150px;
    border-radius: 90px;
    margin-left: 20px;
}
body{
    background-color: antiquewhite;
}
.Elément{
    border: 50px;
    height: 500px;
    width: 200px;
   background-color:black;
}
.lll{
    display: inline-block;
    position: absolute;
    margin-right: 0px;
    width: 400px;
    margin-top: -400px;
    margin-left: 300px;
    /* margin-bottom: 50px; */
}
.Josephe{
  text-align: left;
   font-size: 22px;
   color: chartreuse;
   margin-left: 80px;
}
a{
    text-decoration: none;
}