body{
    font-size: 17px;
    padding: 150px;
    padding-bottom: 30px;
    border: solid 50px wheat;
    padding-top: 150px;
}

body{
    margin: 0px;
    line-height: 180%;
    font-family: Gill Sans, sans-serif;
}

li, 
.list-article
{
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    font-weight: 700;
}

li {
    
}

li, 
.list-article
{
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    border: none!important;
}

.site-nav, nav, bar, nav-bar {
     padding: 19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
     background-color: wheat;
   
}


a, links {
    text-decoration: none;
    color: black!important;
}

h1, h2, h6{
    font-weight: 900;
    color: #d72f2f!important;
    text-align: center;
}

h1, h3, h6 {
    zoom: 1.1;
}


@media (max-width: 700px){
    li{padding-bottom: 0;display: block;padding-bottom: 30px;font-size: 16px;}
    
     body {
            padding: 25px;
             border: solid 20px wheat;
            padding-top: 200px;

        }
        
        h1 {
            zoom: 0.7;
        }
        
        .site-nav, bar, nav, nav-bar {
    padding: 0;
    width: 100%;
}
}
       
        
        li, .li-site, li-art {
            text-align: center;
            margin-left: 0;
             display: block;
        }
        
        ul, .ul-art {
           
            margin-bottom: 32px;
             padding-left: 0;
        }