@media (min-width: 1200px){
    body{ margin-bottom: 0px !important;}
}
@media (min-width: 800px){
    body{ margin-bottom: 0px !important;}
}
@media (min-width: 400px){
    body{ margin-bottom: 0px !important;}
}
@media (max-width: 400px) {
    body{ margin-bottom: 0px !important;font-size:0.95em !important;}
}
body{
   margin-bottom: 0px !important;
}
