/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
body{
    overflow-x: hidden;
}
.snowflake {
  position: fixed;
  color: #82e89b!important;
  top: -10px;
  font-size: 10px;
  opacity: 0.7;
  animation: fall linear infinite;
  pointer-events: none;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}