/* TIMER */ .main-wrapper { margin: 30px 0 15px; width: 100%; max-width: 460px; } .timer-wrapper { display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; margin-top: 90px; } .timer { width: 26px; height: 37px; background: linear-gradient(to top, #3c3c3c 0%, #050506 18%, #3c3c3c 100%); box-shadow: 0 0 10px 1px #eb2f46, inset 0 0 5px 1px #eb2fab; color: #ffffff; border-radius: 6px; margin: 3px; display: flex; align-items: center; justify-content: center; font-size: 22px; line-height: 37px; font-weight: 700; transition: 0.2s all; } .timer-section { display: flex; }