article main .fobject input[type=submit] {  background:#015bab }
header { background: #5779bf; }
header ul .tab_item.active,
header #reload { background:#005bab }

section aside li[section]:not(.close) a.head, section aside a.head:hover {
    background: #d6dfe2;
    color: #015bab;
}

article aside h2 { width:225px }
article aside { margin:0;align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px; }

article {
        width: 330px !important;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: initial;
    flex-direction: row-reverse;
    margin: auto;
    border: 1px solid #e6e6e6;
    padding: 40px 0px 40px;
    box-shadow: 0px 16px 30px -27px #000;
    border-radius: 9px;
}
article h1 { 
width: stretch;
    margin-top: -170px;
    text-align: center;
    padding: 0;
    font-weight: bold;
     }

article main p { margin-top:30px; padding-top:30px }