h3{
    color: white;
    font-family: Copperplate, sans-serif;
    font-weight: normal;
    border-width: thick;
    border-style: solid;
    background-color: black;
}
.important{
    font-weight: bold;
    background-color: yellow;
}
#recursiveElement {
    font-style: italic;
    background-color: pink;
}
