footer {
    background-color: #222;
    color: white;
    text-align: left;
    padding: 20px;
    position: relative;
    width: 96.5%;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-menu ul li {
    display: inline;
}

.footer-menu ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    align-items: right;
}

.footer-menu ul li a:hover {
    color: #d9534f;
}
