body{
    background-color: orange;
}
img{
    width: 140px;
    border-radius: 300px;
    height: 150px;
}
.span{
    color: red;
}
h2{
    background-color: aliceblue;
    margin: 50px;
    width: 190px;
    color: red;
}
ul{
    display: inline-flex;
}
li{
   margin-left: 150px;
   display: inline-block;
}