/* Footer */
footer {
  position: center;
  bottom: 10px;
  font-size: 12px;
  color: #bbb;
  margin: 0;
  padding: 0;
  z-index: 100;
  text-align: center;
  user-select: text;
}

footer p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

footer a {
    color: #ff4d4d;
    transition: color 0.3s;
}

footer a:hover {
    color: #ff6b6b;
}

/* footer 2 */
footer2 p {
  position: fixed;
  bottom: 10px;
  left: 15px;
  font-size: 12px;
  color: #bbb;
  margin: 0;
  padding: 0;
  z-index: 100;
  text-align: left;
  user-select: text;
}

footer2 a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.2s;
}

footer2 a:hover {
  color: #fff;
}