html, body {
     height: 100%;
     background-color:#f8f9fa;
     color:#2d3436;
     font-size:14px;
}
.full-height {
     height: 100%;
}
.content-area {
     background: green;
     color: white;
}
.article-tree {
     background: blue;
     color: white;
}
.footer {
     background: red;
}
.vuvace {
     margin: 0 auto;
     min-height: 88%;
     height: auto;
}
.mocoxy{
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
}
* {
     border-radius: 0 !important;
}
.hexuna {
     margin-top:20px;
}
.newytys {
     margin-top:20px;
}
.qupemon{
}

@media (max-width:767px) {
     .hexuna {
        margin-top: 15px !important 
    }
     .newytys {
        margin-top: 15px !important 
    }
}
@media (min-width:768px) {
     .hexuna {
        margin-top: 15px !important 
    }
     .newytys {
        margin-top: 25px !important 
    }
}
@media (max-width:578px) {
    .qupemon{
        padding-left: 25px !important;
    }
}