        @font-face {
            src: url(fonts/Swis721BlkCnBT.ttf);
            font-family: nos;
        }
        
        @font-face {
            src: url(fonts/swiss721/Swiss721CondensedBT.ttf);
            font-family: nos1;
        }
        
        body {
            overflow-x: hidden;
        }
        
        head {
            padding: 0.5%;
        }
        
        .head {
            font-family: nos;
            font-size: 28pt;
            text-align: right;
        }
        
        .responsive {
            width: 100%;
            height: auto;
        }
        
        p {
            font-family: nos;
            font-size: 15pt;
        }
        
        .detail {
            font-family: nos1;
            font-size: 15pt;
        }
        
        .detail1 {
            font-family: nos;
            font-size: 18pt;
        }
        
        .detail3 {
            font-family: nos1;
            font-size: 18pt;
        }
        
        .set {
            padding: 2% 0%;
        }
        
        @media only screen and (max-width: 650px) {
            .set {
                padding: 2% 5%;
            }
            .detail3 {
                font-family: nos1;
                font-size: 10pt;
                text-align: center;
            }
        }