body {
    background-color: lightblue;
    color: darkblue;
    font-family: Arial, sans-serif;
    text-align: center;
}

ul, ol {
    display: inline-block;
    text-align: left;
}

img {
    margin-top: 15px;
    border-radius: 10px;
}body 