html{-webkit-text-size-adjust:none;touch-action:none;font-size:16px}body{background-image:url(../../img/language-switcher.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;background-color:#391e47}header,footer{display:flex;justify-content:space-around;align-items:center;margin:20px;min-width:992px;width:100%}#allCharacters{display:flex;justify-content:center;align-items:center}.desktop{display:block}.mobile{display:none}#container{position:absolute;width:100%;min-height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;z-index:999;pointer-events:none;left:0px;top:0px}.snow{position:absolute;top:0;left:0;width:50px;height:50px;background-image:url(../../img/snow.png);background-size:cover;animation:animationSnow 4s ease-in-out infinite}@keyframes animationSnow{0%{transform:translate(0, 0);opacity:0}50%{opacity:1}100%{opacity:0;transform:translate(100px, 50vh)}}@media all and (max-width: 991px){header{display:none}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:0px}footer a{padding-top:10px}.desktop{display:none}.mobile{display:block}}/*# sourceMappingURL=css.min.css.map */