.loader{width:15px;height:15px;border:2px solid #383838;border-bottom-color:#ffd900;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}