footer {
    background-color: #333;
    color: white;
    font-family: "Fira Code", sans-serif !important;
}

footer a, footer p {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin: 0;
}

.rights {
    text-align: end !important;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-alignment {
    align-items: center;
}
