body{
    background:ivory;
    font-family:'Courier New', Courier, monospace;
    color:#56b782;
}
h1{
    color:rgb(61, 150, 102);
    text-align:center;
}
/* Style all unordered lists */
ul {
    list-style-type: square; /* Changes bullets to squares */
}

/* Style all ordered lists */
ol {
    list-style-type: upper-roman; /* Changes numbers to Roman numerals */
}

/* Style description terms and definitions */
dt {
    font-weight: bold;
    color: #2c754d;
}
dd {
    font-style: italic;
    color: #51c1a3;
}