﻿#fireworksCanvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .newyear-container {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(-45deg, #20c997, #0d6efd);
    color: #ffd700;
    font-family: Arial, sans-serif;
  }
  #countdown {
    font-size: 2.5em;
    font-family: "Courier New", monospace;
    margin-bottom: 0px;
  }
  #newyearMessage {
    font-size: 2em;
    display: none;
  }