.headers {
    color: darkblue;
    font-style: bold;
}
ol {
    border-color: cadetblue;
    border-style: solid;
    border-width: thick;
    background-color: cadetblue;
}
#extraLearning {
    font-style: italic;
}
