@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loadcontainer{width:100dvw;min-height:40dvh}.load{width:100px;height:100px;margin:110px auto 0;border-radius:50%;border-color:#0467a0 transparent transparent #0467a0;border-style:solid;border-width:10px;-webkit-transition:all .5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all .5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}a{text-decoration:none}