/* Insert Your Custom CSS Here */
 #timer {
            margin: 8px auto;
            padding: 20px;
        }
        .timer-section {
            display: inline-block;
        }
        .timer-section span {
            background-color: #ffffff;
            padding: 5px 4px;
            border-radius: 5px;
        }
        .time {
            font-weight: bold;
        }