.zoomable-img {
    cursor: zoom-in;
  }

.stats-text{
  color:  #999999;
}

.img-title{
  font-weight: bold;
  background-color: #E4E4E4;
  
}

.dark-mode .stats-text {
  color:rgba(245, 245, 245, 0.877);
}

.dark-mode .img-title {
  font-weight: bold;
  color: white;
  background-color: #333333;
}