        /*
        @font-face {
            font-family: 'GenSenRounded-M';
            src: url('fonts/GenSenRounded2TW-X-05.woff2') format('woff2');
            src: url('Fonts/GenSenRounded2-M.ttc') format('truetype');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'GenSenRounded-B';
            src: url('fonts/GenSenRounded2TW-B-01.woff2') format('woff2');
            src: url('Fonts/GenSenRounded2-B.ttc') format('truetype');
            font-weight: 700;  
            font-style: normal;
        } 
        */

        * {
            margin: 0px;
            font-family: 'GenSenRounded-M', 'sans-serif';
            
        }

        strong {
            font-family: 'GenSenRounded-B', 'sans-serif';
            font-weight: 700;
        }

        

        .blank-page {

            margin-left: 200px;
            margin-right: 200px;
        }

        @media (max-width: 1200px) {
            .blank-page {
                margin-left: 20px;
                margin-right: 20px;
        }
        }

        img {
            display: block;
            margin-left: auto;
            margin-right: auto;    
        }