.loader{box-sizing:border-box;border:3px solid #34649a;border-bottom-color:#0000;border-radius:50%;width:38px;height:38px;margin:10px 0;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
