(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5Q7LB4D'); --> html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { width: 98%; height: 98%; background: rgb(255, 255, 255); } ::-webkit-progress-bar { background: rgb(0, 0, 0); } ::-webkit-progress-value { background: rgb(63, 63, 63); } ::-moz-progress-bar { background: rgb(0, 0, 0); } progress { display: inline-block; color: rgb(63, 63, 63); background: rgb(0, 0, 0); border: 2px solid rgb(199, 128, 22); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 180px; height: 15px; line-height: 21px; font-size: 15px; font-family: sans-serif; text-align: center; vertical-align: bottom; } #logo { width: 20vw; } #loader { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } #rool { position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .spinner, .spinner:after { border-radius: 50%; width: 5em; height: 5em; } .spinner { margin: 10px; font-size: 10px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-right: 1.1em solid rgba(255, 255, 255, 0.2); border-bottom: 1.1em solid rgba(255, 255, 255, 0.2); border-left: 1.1em solid #ffffff; transform: translateZ(0); animation: spinner-spin 1.1s infinite linear; } @keyframes spinner-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } 3w1455