body {
    background-color: rgb(255, 92, 63);
    color: rgb(42, 22, 110);
}
h1 {
    color: rgb(255, 25, 0);
}
ol {
    list-style-type: square;
}