/* 
.snowflake {
  position: absolute;
  top: -15px;
  width: 4px;          
  height: 4px;
  background: white;
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  z-index: 9999;       
  box-shadow: 0 0 6px rgba(255,255,255,0.8);
  animation: snow-fall 0.55s linear infinite;
}

@keyframes snow-fall {
  to {
    transform: translateY(75px);
  }
}
.css-1vhz41m img{
  width: auto !important;
} */
