#timer{animation:countdown 1s ease-in-out infinite;gap:10px;justify-content:space-between;max-width:300px;width:100%}#timer,.timer-box{align-items:center;display:flex}.timer-box{aspect-ratio:1/1;background-color:#d52e27;box-sizing:border-box;flex:1;flex-direction:column;justify-content:center;line-height:1;min-width:0;text-align:center}.timer-unit{color:#fff;font-family:GreenpeaceSans,sans-serif;font-size:28px;margin-bottom:4px}.timer-label{color:#fff;font-size:11px;text-align:center}@keyframes countdown{0%{transform:scale(1)}25%{transform:scale(1.05)}50%{transform:scale(1)}}