/* Snowfall.js Styles */
.snowfield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  color: #e0e0f0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2);
  user-select: none;
}

.snowflake-solid {
  background: rgba(230, 230, 245, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.snowflake-text {
  line-height: 1;
}

.snowflake-image {
  display: block;
}
