.cv_btn {
  width: 83%;
  position: absolute;
  bottom: 9%;
  left: 10%;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}/*# sourceMappingURL=animation.css.map */