

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
      'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    user-select: none;
    overscroll-behavior: none;
	margin: auto
  }

a:link   {color: white;}
a:visited{color: white;}
a:hover  {color: white;}
a:active {color: white;}

 
td{color: white;}


.counter-text {
	color: white;
}


.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  /* background: linear-gradient(-45deg, #800080, #2c3e50); */
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
 	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-text {
  color: var(--dl-color-gray-white);
  font-style: normal;
  font-weight: 900;
}
.home-container2 {
  flex: 1;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-text2 {
  color: var(--dl-color-gray-white);
  font-size: 50px;
}
.home-textinput {
  align-self: center;
}
.home-button {
  color: var(--dl-color-gray-900);
  border-color: var(--dl-color-gray-900);
  border-width: 0px;
  background-color: transparent;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
}
@media(max-width: 991px) {
  .home-container {
    z-index: 100;
    background-color: var(--dl-color-gray-black);
  }
}

  .container {
    position: fixed;
    width: 240px;
    height: inherit;
    background: hsla(0, 0%, 10%, 1);
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -120px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    z-index: 1;
    opacity: 0.9;
    line-height: initial;
  }

  .container div {
    text-align: center;
    font-size: 3rem;
  }

  .container h1 {
    font-size: 1.8em;
    text-align: center;
    color: #ffffff;
    margin: 0;
  }

  .container h2 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
  }

  .container a {
    width: 100%;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    margin-top: 10px;
    color: #222;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition-duration: 0.1s;
    text-decoration: none;
  }

  .container a:hover {
    transition: ease-in color;
    background: #222;
    color: hsla(0, 0%, 70%, 1);
  }

  .fireworks-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
  }

  .fireworks-container > canvas {
    cursor: crosshair;
  }

  :root {
    --tp-base-background-color: hsla(0, 0%, 0%, 0.75);
    --tp-base-shadow-color: hsla(0, 0%, 0%, 0.2);
    --tp-button-background-color: hsla(0, 0%, 70%, 1);
    --tp-button-background-color-active: hsla(0, 0%, 85%, 1);
    --tp-button-background-color-focus: hsla(0, 0%, 80%, 1);
    --tp-button-background-color-hover: hsla(0, 0%, 75%, 1);
    --tp-button-foreground-color: hsla(0, 0%, 0%, 1);
    --tp-container-background-color: hsla(0, 0%, 10%, 1);
    --tp-container-background-color-active: hsla(0, 0%, 25%, 1);
    --tp-container-background-color-focus: hsla(0, 0%, 20%, 1);
    --tp-container-background-color-hover: hsla(0, 0%, 15%, 1);
    --tp-container-foreground-color: hsla(0, 0%, 50%, 1);
    --tp-groove-foreground-color: hsla(0, 0%, 10%, 1);
    --tp-input-background-color: hsla(0, 0%, 10%, 1);
    --tp-input-background-color-active: hsla(0, 0%, 25%, 1);
    --tp-input-background-color-focus: hsla(0, 0%, 20%, 1);
    --tp-input-background-color-hover: hsla(0, 0%, 15%, 1);
    --tp-input-foreground-color: hsla(0, 0%, 70%, 1);
    --tp-label-foreground-color: hsla(0, 0%, 50%, 1);
    --tp-monitor-background-color: hsla(0, 0%, 8%, 1);
    --tp-monitor-foreground-color: hsla(0, 0%, 48%, 1);
  }

  :root .tp-dfwv {
    padding-bottom: 8px;
    width: 350px !important;
    z-index: 1;
  }
  .countup {
  text-align: center;
  margin: 120px;
}
.countup .timeel {
  display: inline-block;
  padding: 10px;
  background: #151515;
  margin: 0;
  color: white;
  min-width: 2.6rem;
  margin-left: 13px;
  border-radius: 10px 0 0 10px;
}
.countup span[class*="timeRef"] {
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  background: #e8c152;
  color: black;
}

.notification {
            position: fixed;
            top: 20px; /* Adjust as needed */
            right: 20px; /* Adjust as needed */
            background-color: #4CAF50;
            color: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 9999; /* Ensure it's above other content */
            display: none; /* Initially hidden */
        }