.tmzs {
    margin: 20px auto;
    text-align: center;
    position: relative;
    z-index: 0;
    max-width: 1200px;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 5px;
    background-color: white;
}
