.static_shadow{
    background: rgba(28, 31, 39, 0.60);
    min-height:100%;
    background-attachment: fixed;
}
.static_page{
    background: rgba(255, 255, 255, 0.97);
    max-width: 1040px;
    margin:10px auto 0;
    padding: 30px 30px;
    border-radius: 3px;
    color:#2e2e2e;
}
.static_page h1{
    font-size: 34px;
    font-weight: bold;
    margin-bottom:20px;
}
.static_page h2{
    font-size: 26px;
    margin-top:20px;
}
.static_page p{
    line-height: 160%;
    margin:10px 0px;
    font-size: 14px;
}