    header #head {
    }
    #head {
        height:155px;
        -border:5px solid red;
        -background-color: #00FFFF;
        background-color:white;
        padding: 0 10px;


    }
    -#navbarSupportedContent {
        background-color: red;
    }
    --header nav {
        -border: 1px solid yellow;
        background-color:blue !important;
        background-image: none;
    }
    .navbar-custom {
        background-color: #111155 !important;
    }
    #bodycontent_wrapper {
        background-color: gray;
        -background-image: url(/static/img/fon02b.jpg);
        background-image: url(/static/img/fon01a.jpg);
        -background-image: url(/static/img/fon01gray.jpg);
        background-size: 50%;
        -border:1px solid red;
    }
    #bodycontent {
        background-color: #EAEAEE;
        background-color:white;
        box-shadow: 0 0 10px rgba(0,0,0,0.8);
        -background-image: url(static/img/istockphoto-519463262-1024x1024.jpg);
    }
    .bred {
        border:1px solid red;
    }
    .bgreen {
        border:1px solid green;
    }
    .bblue {
        border:1px solid blue;
    }
    .byellow {
        border:1px solid yellow;
    }
    .leftmenu {
        padding:10px;
        -min-height:640px;
    }
    .article_card {
        margin-top:10px;
        margin-bottom:10px;
    }
    #content_title {
        margin: 30px;
    }
    .pagination {
        margin: 30px;
    }
    footer {
        padding-top:10px;
        text-align:center;
        height:50px;
        background-color:#DDD;
    }
    .article_card .card-title {
        font-size:120%;
        -color:red;
        -border:1px solid green;
    }
    .article_card .card-text {
        font-size:90%;
    }

    /*div.spoiler-content {
        display: none;
    }*/

    a:hover {
        -text-decoration: none ;
        -color: blue;
    }
    a {
        -color: #111155;
    }