/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 05 2024 | 20:59:49 */
.container contador {
                min-height: 100%;
                display: flex;
                flex-direction: column;
                align-items: end;
            }
    
            .counter-text {
                font-size: 1em;
                margin-bottom: 0px;
            }
    
            .counter-img {
                border: 0;
            }