.footer {
    background-color: #181825;
    padding: 15px 20px;
    border-top: 1px solid #313244;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer a {
    color: #f9e2af;
    text-decoration: none;
    transition: color 0.2s;
}

.footer a:hover {
    color: #fab387;
}
