*{padding:0;margin:0}
@font-face {
 font-family: 'fontnameRegular';
 src: url('./fonts/msyh.ttc');
 /*src: url('./fonts/方正兰亭黑简体.TTF');*/
}
.clear{
    clear: both;
}
.m-page-container {
    display: flex;
    justify-content: center;
    padding: 20px; /* Add padding to the sides for whitespace */
}

.m-content {
    max-width: 75%; /* Adjust this value based on your desired content width */
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
