img {
    width: 200px;
}

body {
    text-align: center;
    font-family: 'Sans';
    background: antiquewhite;
    color: red;
}

p {
    
    color: purple;
    
}

ol {
     list-style-position: inside;
}
