*,:after,:before{box-sizing:border-box}*{font-family:Verdana,Geneva,Tahoma,sans-serif}body,html{padding:0;margin:0}.splash{width:1215px;height:717px;justify-content:center;background:#ececec}.container,.splash{display:flex;align-items:center}.container{flex-direction:column;height:100vh;max-height:100vh;gap:1rem;overflow-y:auto}.container>h1{text-transform:uppercase}img{background-repeat:no-repeat}.spinner{font-size:6vw;animation:rotation 2s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}