*,
html,
body {
  font-family: "Montserrat", sans-serif;
  background-color: #1b1f2b;
  color: #ffff;
}

.shokworks .separator {
  color: #0606fc;
  background-color: #0606fc;
  width: 3.3rem;
  height: 0.28rem;
  margin-top: 0.5rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shokworks:hover .separator {
  width: 100%;
  height: 1px;
}

.container-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container-items a img {
  max-width: 80px;
  width: 100%;
  margin: auto;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.container-items a p {
  margin-top: 0.8rem;
}

.container-items:hover a img {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}
/*# sourceMappingURL=index.css.map */