#utm-locked-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#head-block, #footer-block {
    margin-bottom: 20px;
}

#head-image, #footer-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

#countdown {
    font-weight: bold;
    margin: 10px 0;
}

#final-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

#locked-message {
    text-align: center;
    color: red;
    font-weight: bold;
}