        .h1 {
            font-size: x-large;
            text-shadow: 0.5px 0.5px 0.5px orange;
        }
        
        body {
            background-color: #edecec;
        }
        
        .pkp_block {
            border-radius: 16 px
        }
        
        h2 {
            font-size: 20px;
            padding-left: 20 px;
        }
        
        .navbar-default {
            background-color: #fa7e0a;
        }
        
        .pkp_block .title {
            background-color: #fa7e0a;
            color: #fff;
        }
        
        .page-header {
            font-size: x-large;
        }
        
        footer[role="contentinfo"] {
            background: #003e73;
        }
        
        .navbar-default .nav>li>a {
            color: #ffffff;
        }