img {
    width: 200px;
    border-radius: 10px;
}

body {
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    background-color: #bae9ff;
    color: #026fa2;
    padding: 20px;
}

h1, h2 {
    color: #014f74;
}

ul, ol {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

section {
    background: #dff4ff;
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    width: 80%;
}