<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .uni_body1{
    margin-left:auto;
    margin-right:auto;
    width:99%;
    }
@media only screen and (max-width: 600px) {
    .uni_body{
    margin-left:auto;
    margin-right:auto;
    width:98%;
    }
   .uni_body1{
    margin-left:auto;
    margin-right:auto;
    width:98%;
    }
}
@media only screen and (max-width: 768px) {
    .uni_body{
    margin-left:auto;
    margin-right:auto;
    width:98%;
    }
   .uni_body1{
    margin-left:auto;
    margin-right:auto;
    width:98%;
    }
}
@media (max-width:1600px) {
    .uni_body{
        margin-left:auto;
        margin-right:auto;
        width:98%;
    }    
    .uni_body1{
    margin-left:auto;
    margin-right:auto;
    width:98%;
    }
}</pre></body></html>