/* Space for SCSS animations on Beruby
   ----------------------------- */
a {
  cursor: pointer; }

.scale12 {
  transition: transform .5s; }
  .scale12:hover {
    transform: scale(1.2);
    transition: transform .5s; }

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