 

body {
    background-color: lightblue;
}

h1 {
    color: navy;
    margin-left: 20px;
    text-align: center;
}

ul {
    color: orange;
    margin-left: 40px;
}

ol {
    color: navy;
    margin-left: 20px;
}
