body {
  background-image: url("Info-Tag_Uster_1201x514.jpg");
  backgbackgroundround-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;  
  width: 100vw;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
  display: flex;  
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: transparent;
  margin: 0;
}

.container {
  text-align: center;
  background: transparent;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#demo {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 5px black;
  background: rgba(176, 132, 104, 0.3);
  margin-bottom: 20px;
}

.countdown {
  font-size: 1 rem;
  color: yellow;
  text-shadow: 0 0 8px black;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.countdown span {
  background: #B08468;
  color: white;
  padding: 3px 10px;
  border-radius: 8px;
  min-width: 10px;
}   
