footer {
    height: 130px;
    background: linear-gradient(135deg, rgb(24, 24, 24), rgb(37, 37, 37));
    border-top: 2px solid #202020;;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.footer-copyright p {
    margin: 0;
    color: #ababab;
    font-size: 1.2em;
}

.footer-pages a {
    margin: 0 25px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    transition: color 0.3s;
}

.footer-pages a:hover {
    color: rgb(29, 160, 242);
}