/* CSS file where I put random shit */

.grow {
  transition: .25s ;
}
.grow:hover { 
  transform: scale(1.0125) ;
}

#rhythmring-img{
    content: url("https://maddycha.com/rhythm-ring/imgs/widget/g3.png");
}