body{margin:0;background-color:#000;overflow:hidden}#loadingPage{height:100vh;width:auto;display:flex;align-items:center;justify-content:center}.loadingDots span{width:25px;height:25px;margin:0 5px;background-color:#1e272e;border-radius:50%;display:inline-block;animation-name:dots;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.loadingDots span:nth-child(1){background-color:#fff}.loadingDots span:nth-child(2){background-color:#fff;animation-delay:.4s}.loadingDots span:nth-child(3){background-color:#fff;animation-delay:.8s}.popup{z-index:10;width:100%;height:100vh;position:fixed;top:0;left:0;display:block;display:none;-webkit-user-select:text;user-select:text}.popup-window{position:absolute;width:350px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0 0 10px #00000081;border-radius:5px;padding:20px 30px;-webkit-user-select:none;user-select:none}.popup-window p{font-size:15px;font-family:Calibri,sans-serif}.popup-window span{font-size:28px;position:absolute;top:-10px;right:-10px;width:30px;height:30px;text-align:center;line-height:30px;border-radius:50%;box-shadow:0 0 10px #00000081;background-color:#fff;cursor:pointer}@keyframes dots{50%{opacity:0;transform:scale(.7) translateY(10px)}}
