#footer {
    background: linear-gradient(-45deg, #393e46, #232931, #000000);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
    color: white;
    border-top: 1px solid black;
    font-size: 15px;
}

.footer-section-algobear {
    color: white;
    flex-direction: column;
}

.footer-section-algobear a {
    color: white;
    margin-top: 10px;
    text-decoration: none;
}

#copyright-text {
    color: white;
    font-weight: bold;
}