//centre all text on mobile//
@media only screen and (max-width: 640px) h1, h2, h3, p, { text-align: center !important; }
html { scroll-behavior: smooth;}
.slideLeft{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;
animation-duration: 1s;
-webkit-animation-duration: 1s;