.footer{
    background-color: #354256;
    margin-bottom: -25px;
}
.footer_h{
    font-size: 28px;
    font-family: Roboto;
    color: white;
    margin: 40px 15px;
}
@keyframes load {
    0% { background-color: #B09383; }
    50% {background-color: #3a9eff;}
    to { background-color: #B09383;}
}
.foot_but{
    width:158px;
    height: 40px;
    margin: 20px auto;
    margin-bottom: 50px;
    background-color: #B09383 ;
    color: white;
    font-family: Roboto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
#load{
    text-align: center;
}
#imgLoad{
    width: 78px;
}
.preloadbut{
    animation: load 0.6s ease-in-out infinite;
}
.footer article{
    height: 305px !important;
}
.footer .article-body{
    border: none;
}