body {
    background-color: whitesmoke;
    max-width:1100px;
    font-size: 16px;
    line-height: 1.5;
    padding: 2em 4em 0em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

img {
    background: transparent;
    border-radius: 4px;
    margin: 1.3em auto;
    max-width: 95%;
    width: 180px;
    height: 180px;
    float : right;
    position: relative;
    left: 60px;
}

ul{
    
line-height: 1.5;
    
}

li{

    margin: 10px
    
}