@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.ks-circle {
  position: relative;
  border-radius: 50%;
  background-color: white;
  width: 100%; }

.ks-circle-spacer {
  width: 100%;
  padding-bottom: 100%; }

.ks-circle-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.ks-circle-rule {
  width: 80px;
  background-color: #4a4a4a;
  margin-left: auto;
  margin-right: auto; }
