.footer-bottom {
    text-align: center;
    margin: 20px 0;
    color: #000;
}
.footer-bottom a {
    color: #777;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #999;
}

.dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 5px;
    animation: jump 0.6s ease infinite;
}

#legal-footer {
    color: black;
    margin-top: -10px;
}

#legal-footer a {
    color: gray;
    text-decoration: none;
}

#legal-footer a:hover {
    color: #a9a9a9;
    text-decoration: underline;
}

#social-footer {
    font-size: 20px;
    margin-top: -10px;
}

#social-footer a {
    color: gray;
    text-decoration: none;
}

#social-footer a:hover {
    color: #a9a9a9;
}