.footer {
  padding-top: 4rem !important;
  padding: 2rem 0;
  text-align: center;
}

.footer p {
  margin-bottom: 0.5rem;
  color: #ccc;
  transition: 0.1s ease;
  font-weight: bold;
  cursor:default;
}

.footer p:hover {
  color: #fff;
}

.footer .copyright {
  font-size: 0.9rem;
  color: #636e72;
}

#copyright {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}