.bar,.footer {
	text-align: center;
	top: 0;
}
.footer, .footer>a {
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (prefers-reduced-motion: reduce) {
  .animated-element {
    animation: none !important;
    transition: none !important;
  }
}