body, html {
  height: 100%;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
}

.hero {
  background: url('background1.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
}

.content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  margin-bottom: 0.5rem;
}

#countdown div {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 80px;
}

#countdown h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

#countdown p {
  margin: 0;
  font-size: 0.8rem;
}
