footer {
    background-color: #17191F;
    text-align: center;
    color: #90949E;
    padding: 10px;
    font-family: 'Cinzel', serif;
}

footer ul {
    padding: 0px;
}

footer li {
    display: inline-block;
    margin: 10px;
}

#footer-bottom {
    padding-bottom: 20px;
}

footer a {
    transition: 0.3s;
    text-decoration-line: none;
    color: #90949E;
}

footer a:hover {
    transition: 0.3s;
    color: #E5C175;
}

.no-boot {
    font-size: 0.87em;
}

.no-boot ul {
    margin: 0px;
    margin-bottom: 12px;
}