@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:url(/assets/openingScreenGif-C9FT4Gca.gif) no-repeat center center;background-size:cover;z-index:9999;cursor:default;display:flex;justify-content:center;align-items:center;background-color:#000;animation:fadeInOut 5s forwards}.loading-screen h1{margin:0;display:flex;font-family:Bebas Neue,sans-serif}.letter{color:#fff;font-size:8rem;margin:0 3px;opacity:1;animation:colorChange 5s forwards}@keyframes colorChange{0%{color:#fff}50%{color:#000}to{color:#000}}@keyframes fadeInOut{0%{opacity:0;background-color:#000}50%{opacity:1;background-color:#000}to{opacity:0;background-color:#000}}.letter:nth-child(1){animation-delay:0s}.letter:nth-child(2){animation-delay:.1s}.letter:nth-child(3){animation-delay:.2s}.letter:nth-child(4){animation-delay:.3s}.letter:nth-child(5){animation-delay:.4s}.letter:nth-child(6){animation-delay:.5s}.letter:nth-child(7){animation-delay:.6s}.letter:nth-child(8){animation-delay:.7s}.letter:nth-child(9){animation-delay:.8s}.letter:nth-child(10){animation-delay:.9s}.letter:nth-child(11){animation-delay:1s}.letter:nth-child(12){animation-delay:1.1s}.letter:nth-child(13){animation-delay:1.2s}.letter:nth-child(14){animation-delay:1.6s}
