.poplar-landing {
    width: 100%;
    height: 93vh;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.poplar-square {
    width: 190px;
    height: 190px;
    background-color: rgb(220 38 38/var(--tw-bg-opacity,1));
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.poplar-text {
  font-family: "JetBrains Mono", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.poplar-timer {
    width: 100%;
    margin-top: 15px;
}
.poplar-tagline {
    width: 100%;
}

.poplar-square h1 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
}

.poplar-landing p {
    font-size: 12px;
    margin: 0px;
}
.poplar-tagline {
    margin-top: 50px;
    max-width: 450px;
}

@supports (height: 100dvh) {
    .poplar-landing {
      height: 100dvh;
    }
  }