html,
body {
  background-color: #f0f0f0;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  user-select: none;
}

#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-image {
  margin: 48px auto;
  margin-bottom: 24px;
  width: 360px;
}

.names {
  font-size: 4.4em;
  font-family: "Italianno", cursive;
  font-weight: normal;
  padding-block: 0px;
  margin-block: 0px;
  margin-block-end: 16px;
}

.ar {
  font-family: "Amiri", serif;
}

.ar .names {
  font-family: "Rakkas", cursive;
}

.date,
.venue {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.6em;
}

.date {
  letter-spacing: 0.3em;
  font-size: 1.2em;
}

.venue {
  letter-spacing: 0.2em;
}

.ar .venue {
  letter-spacing: unset;
}

.countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  gap: 8px;
  position: relative;
}

.countdown .field {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  background-color: #e4afe7;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  color: #280136;
  color: rgba(0, 0, 0, 0.7);
}

.countdown .fieldTitle {
  position: absolute;
  font-size: 0.3em;
  bottom: -20px;
  color: #6b146f;
  text-transform: uppercase;
}

.links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  margin-top: 4em;
  gap: 16px;
}

.links svg, .links img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.quote {
  font-family: "Italianno", cursive;
  text-align: center;
  font-size: 2em;
  margin: 2em auto;
  color: #666;
}

.ar .quote {
  font-family: "Amiri", serif;
  font-size: 1.6em;
}

.ar #container {
  padding-bottom: 3em;
}
