.container{
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 16px #2228;
}

.header
{
    background-color:#1129;
    color:#eee;
    text-shadow: 0 2px 2px #222;
    backdrop-filter:blur(16px);
    border-radius:4px 4px 0 0;
    box-shadow: 0 0 16px 0 #2229 inset;
}

.sidebar
{
    background-color:#def9;
    backdrop-filter:blur(16px);
    border-radius:0 0 0 4px;
    box-shadow: 0 0 16px 0 #FFF9 inset;
    color:#224;
}

.content
{
    /*background-color:#5674;*/
    backdrop-filter:blur(12px);
    border-radius:0 0 4px 0;
    box-shadow: 0 0 16px 0 #CCC9 inset;
    color: #eee;
}

h1, h2, h3, h4, h5{
    text-shadow: 0 0 4px #2228;
}

