/* Bulma Utilities */
.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: hsl(0, 0%, 29%);
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=circle.css.map */