/* ส่วนที่ 1 นำเข้าส่วน Head <link rel="stylesheet" href="canvas_snow/snow.css"> */
body {
  overflow-x: hidden;
  /* background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%); */
}
.snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

/* ส่วนที่ 1 */
