h1 {
    text-align: center;
    font-size: 55px;
}

h2 {
    font-style: italic;
    text-align: center;
}

nav {
    text-align: center;
}

footer {

}

:root {
    background: burlywood;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: inline;
}

.active {
    color: white;
}

ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
