* {
    padding: 0;
    margin: 0;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#coundown {
    display: flex;
    justify-content: center;
}

#newyearmessage {
    /* display: none; */
    font-size: 5em;
    /* color: rgb(255, 136, 0); */


    background-color: #2f8d46;
    background-image: url('pngtree-colorful-abstract-background-image_15638380.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin-top: 200px; */
    /* text-align: center;
    font-weight: bold; */
    font-family: 'Times New Roman', Times, serif;
    -webkit-font-smoothing: antialiased;


}

#bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    display: none;
}