.countdownToWeddingContainer {
  word-spacing: 1.2em;
}

.countdownSectionWrapper {
  position:relative;
  width:7em;
  height:7em;

  display:inline-block;
}

.countdownSectionDecoration {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.countdownSectionDecoration svg {
  width:100%;
  fill:rgba(var(--lightColor),0.75);
}

.countdownSectionContentWrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  display:flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.countdownSectionDynamicContent {
  font-size: 1.5em;
}