    body {
     background: url(wood.jpg); 
     background-size: auto !important;
    }
            .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: url("/countdowns/snowfall.gif") repeat;
}
.header {
  text-align: center;
  margin: 0%;
  background: linear-gradient(180deg, #FF006A 0%, #FF0004 70%, rgba(0,0,0,0) 100%);
  font-size: 48px;
  color: white;
  font-family: myFirstFont;
  padding: 16px 0px;
}
.body {
 width: 100%;
 padding: 8px 0px;
 background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #43FF3D 10%, #00E44E 90%, rgba(0,0,0,0) 100%);
 color: white;
 font-weight: bold;
 font-size: 30px;
 font-family: myFirstFont;
}
@font-face {
  font-family: myFirstFont;
  src: url(/fonts/MountainsofChristmas.ttf);
}
button {
  background: linear-gradient(180deg, #FF006A 0%, #FF0004 70%);
  border: solid white 3px;
  font-family: MyFirstFont;
  color: white;
  font-size: 22px;
}