* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    background-color: #F2F4F7;
    transition: all ease-in-out 3s;
}

@keyframes scrollPingPong {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

.preload-assets {
    display: none;
    position:absolute;
    width:0;
    height:0;
}

.container {
    display: flex;
    justify-content: center;
    width: 500px;
}