/* css styles */
/* Prevent horizontal scrolling on mobile caused by animations */
body, html {
    overflow-x: hidden;
    max-width: 100%;
}