

/* footer */
  
.nav-links {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.nav-links a {
  margin: 0 20px;
  text-decoration: none;
  font-size: 18px;
}

.footer .nav-links a.top-100 {
  color: #FF69B4 !important; /* pink */
}

.footer .nav-links a.news {
  color: #FF0000 !important; /* red */
}

.footer .nav-links a.upload {
  color: #800080 !important; /* purple */
}

.social-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-links a {
  color: #000;
  margin: 0 15px;
  font-size: 24px;
}

.footer {
  text-align: center;
}