.zxb{
    text-align: center;
    border: 2px solid aqua;
    margin: auto; 
    max-width: 1200px;
    background-color: white;
    border-radius: 10px;
}
.other{
    text-align: center;
    border: 2px solid gray;
    margin: auto; 
    max-width: 1200px;
    background-color: white;
    border-radius: 10px;
}
.ote{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
    border: 3px dashed greenyellow;
    border-radius: 5px;
}