body {
	font-family: 'Tangerine', serif;
	font-size: 20px;
}
	  
.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

.upper {
  height: 66.6vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-image,
.cover-image-wrapper {
  height: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-image {
  height: 30%;
  margin-bottom: 20px;
}

.cover-image,
.title-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.countdown-wrapper {
  height: 33.4vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown {
  font-family: 'Yellowtail', cursive;
  font-size: 8vw;
  /* adjust as necessary */
  text-align: center;
}

.number {
  font-family: 'Yellowtail', cursive;
  font-size: 10vw;
  color: #AA4D3E;
}

.text {
  font-family: 'Yellowtail', cursive;
  font-size: 7vw;
  color: #441F19;
}

.footer {
  width: 100%;
  text-align: center;
}

.info-section {
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
  color: #333;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px;
  font-size: 1em;
}

.info-section a {
  color: #003366;
}

.container-for-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  /* for a 4:3 aspect ratio, use a value of 75% */
}

.container-for-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}