.animate-spin{width:2rem;height:2rem;animation:1s linear infinite spin;display:block}.animate-spin .text-bg-tertiary{color:#f5f5f5}.animate-spin .stroke-fg-brand-primary{stroke:#e7402a}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}body{perspective:1000px}#spinner{color:#e7402a;text-align:center;transform-style:preserve-3d;font-size:50px;animation-name:spin,depth;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;position:relative}#spinner:before,#spinner:after{color:red;transform-origin:0;width:100%;height:100%;display:block;position:absolute;top:0;transform:rotateY(.5deg)}#spinner:after{transform-origin:100%;transform:rotateY(-.5deg)}@keyframes depth{0%{text-shadow:0 0 #000}}.centering{justify-content:center;margin-top:20vh;display:flex}
