@font-face {
  font-family: "Titan One";
  src: url("fonts/TitanOne-Regular.woff2") format("woff2"),
       url("fonts/TitanOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Titan One", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #000000;
  color: rgb(186, 180, 191);
  text-align: center;
  letter-spacing: 0.7px;
}

.container {
  background-color: #333;
  padding: 30px;
  border-radius: 20px;
  z-index: 10;
}

h1 {
  margin-bottom: 20px;body {
    font-family: "Titan One", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #282c34;
    color: white;
    text-align: center;
    overflow: auto;
  }
  
  .container {
    background-color: #333;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    font-family: "Titan One", serif;
  }
  
  h1 {
    margin-bottom: 20px;
  }
  
  #countdown {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "Titan One", serif;
  }
  
  .timezone-buttons button {
    background-color: #000000;
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  
  .timezone-buttons button:focus {
    outline: none;
  }
  
  .confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
    opacity: 0.5;
  }
  
  .container::before, .container::after {
    content: "🎉";
    font-size: 50px;
    position: absolute;
  }
  
  .container::before {
    top: 10px;
    left: 10px;
  }
  
  .container::after {
    bottom: 10px;
    right: 10px;
  }
}

#countdown {
  font-size: 40px;
  margin-bottom: 20px;
}

#countdown {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Titan One", serif;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 
               0 0 20px rgba(255, 255, 255, 0.6),
               0 0 30px rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}

#countdown:hover {
  text-shadow: 0 0 20px rgba(255, 255, 255, 1), 
               0 0 30px rgba(255, 255, 255, 0.8),
               0 0 40px rgba(255, 255, 255, 0.6);
}

.timezone-buttons button {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



.timezone-buttons button:focus {
  outline: none;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.timezone-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.timezone-buttons button {
  background-color: #443c3c;
  border: none;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

#countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.time-segment {
  font-family: "Titan One", serif;
  font-size: 30px;
  color: white;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 
               0 0 20px rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.label {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.timezone-buttons button:focus {
  outline: none;
}

.titan-one-regular {
  font-family: "Titan One", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Titan One", serif;
  background-color: #000000;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  background-color: #333;
  padding: 20px;
  border-radius: 15px;
  margin: 20px auto;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

h1 {
  margin-bottom: 15px;
  color: #80807f;
  font-size: 2rem;
}

.countdown-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.time-segment {
  font-size: 30px;
  color: white;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  flex: 1 1 auto;
  min-width: 50px;
}

.label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.timezone-buttons {
  margin-top: 15px;
}

.timezone-buttons button {
  background-color: #1c1c1c;
  color: white;
  padding: 10px;
  margin: 5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
}

.timezone-buttons button:hover {
  background-color: #6a6a68;
  color: black;
}



body {
  font-family: "Titan One", serif;
  background-color: #000000;
  color: white;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container {
  background-color: #333;
  padding: 20px;
  border-radius: 15px;
  margin: 20px;
  z-index: 10;
}

h1 {
  margin-bottom: 15px;
}

.countdown-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
  z-index: 10;
}

.time-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
}

.label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.timezone-buttons button {
  background-color: #1c1c1c;
  color: #fff;
  padding: 10px 15px;
  margin: 5px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}

.timezone-buttons button:hover {
  background-color: #9c9a9a;
  color: #ffffff;
}



html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  overflow-y: auto; 
  display: block;    

  
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    margin: 10px;
    padding: 15px;
  }

  h1 {
    font-size: 1.5rem;
  }

  .time-segment {
    font-size: 24px;
  }

  .label {
    font-size: 12px;
  }

  .timezone-buttons button {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .countdown-box {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .container {
    padding: 10px;
    margin: 5px;
  }

  .timezone-buttons button {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
}



.container {
  background-color: #333;
  padding: 20px;
  border-radius: 15px;
  margin: 40px auto;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  text-align: center; 
  z-index: 10;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; /* Damit der Countdown sichtbar bleibt */
}

#countdown {
  font-size: 3rem;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 
               0px 0px 20px rgba(255, 255, 255, 0.5);
  transform: translateZ(0);
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(-45deg, #000000, #232323, #383838, #3f3f3f, #29292a, #1b1b1b, #070707);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

body {
  margin: 0;
  height: 100vh;
  background-color: #000;
  position: relative;
  overflow-y: auto; 
  padding: 0px; 
  scroll-behavior: smooth; 
}

.emoji-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.emoji {
  position: absolute;
  font-size: 2rem;
  animation: float random linear infinite;
  opacity: 0.8;
  z-index: 0;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(var(--x-move), var(--y-move));
  }
}

.container {
  background-color: #333;
  padding: 20px; 
  border-radius: 15px;
  margin: 20px auto; 
  width: 85%; 
  max-width: 600px; 
  box-shadow: 0 4px 8px rgba(25, 25, 25, 0.7); 
  text-align: center;
}
