body{font-family:Helvetica Neue,sans-serif;line-height:1.6;font-size:18px;width:60%;margin:auto;padding:2rem 0}*{box-sizing:border-box}h3{font-weight:500}.spinner-wrapper{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;background-color:#fff;z-index:9999}.spinner{position:absolute;top:50%;left:50%;height:60px;width:60px;margin:0 auto;border:6px solid rgba(0,174,239,.15);border-top-color:rgba(0,174,239,.8);border-radius:100%;animation:rotation .6s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@media (max-width:750px){body{width:95%}}