.spinner{width:30px;height:30px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left-color:#ebf3eb;animation:spin 1s ease infinite;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}@keyframes spin{to{transform:rotate(1turn)}}