html, body {
    margin: 0;
    padding: 0;
    background-color: #0F0F0F;
    font-family: Pacifico;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

p {
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
}

.main-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
}

.countdown-container {
    background-color: rgba(0, 0, 0, 0.202);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    width: 50%;
    height: 15%;
    min-width: 300px;
    max-width: 2000px;
}

.new-year {
    font-size: 92px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 1s ease;
    transform: scale(0);
    background: linear-gradient(90deg, #ff0000, #ffff00, #ff00f3, #0033ff, #ff00c4, #ff0000);
    background-size: 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 300%;
    }
}

.counter {
    font-size: 100px;
}

.under-text {
    font-size: 24px;
}

.seconds {
    color: rgb(191, 0, 89);
    transition: 0.4s ease;
}

.information-container {
    background-color: rgba(0, 0, 0, 0.202);
    max-width: 2000px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    min-width: 300px;
    font-family: sans-serif;
}

.title {
    font-size: 70px;
    font-family: Pacifico;
}

.canvas-container {
    position: fixed;
}

@media screen and (max-width: 950px) {
    .countdown-container {
        width: 50%;
        height: 10%;
    }

    .title {
        font-size: 32px;
    }

    .counter {
        font-size: 64px;
    }
    
    .under-text {
        font-size: 16px;
    }

    .information-container {
        width: 50%;
    }

    .new-year {
        font-size: 54px;
    }
}

@media screen and (max-width: 700px) {
    .countdown-container {
        width: 30%;
        height: 8%;
    }

    .title {
        font-size: 32px;
    }

    .counter {
        font-size: 24px;
    }
    
    .under-text {
        font-size: 10px;
    }

    .information-container {
        width: 30%;
        font-size: 12px;
    }

    .new-year {
        font-size: 32px;
    }
}

@media screen and (max-height: 950px) {
    .counter {
        font-size: 32px;
    }
}

@media screen and (max-height: 520px) {
    .counter {
        font-size: 24px;
    }

    .under-text {
        font-size: 10px;
    }

    .information-container {
        font-size: 10px;
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6D6MmTpA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6I6MmTpA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6J6MmTpA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  