    /* 頁面固定 */
    body {
        background-image: url(/img/bgb.jpg);
        background-repeat: repeat-x;
        background-position: center top;
        }
        .section {
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 4px;
            text-shadow: 2px 4px 30px #fff;
            padding: 5rem;
        }
        /* 頁面固定end */
        .bg-2{
            background-color: #191921;
        }
    
        .bg-1{
            background-color: #353444;
            
        }
    
        #content-spacer h3{
            color: #fff;
            padding: 1em 0;
            display: block;
            line-height: 2;
        }
    
        a, a:hover{
            text-decoration: none;
        }

        .custom_text_justify_style_01 {
            text-align: justify;
        }