body {
    margin: 0 !important;
}

.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    display: block;
}

.logomz {
    width: 350px;
    margin-bottom: 15px;
}

h1 {
    background: #555361;
    padding: 20px 30px;
    border-radius: 19px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500 !important;
    text-transform: uppercase;
    animation: text 3s ease-in-out infinite;
}

@keyframes text {
    50% {
        color: #424242;
    }
}

#timer {
    font-size: 55px;
    margin-bottom: -15px;
    animation: text 3s ease-in-out infinite;
}