
body{
  font-family: 'Tahoma', sans-serif;
  margin:0; 
  width:100%; 
  height:100vh;
  background:#EFEFEF;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

.header{
   width:100%; 
   height:160px; 
   background:#c2c3c6; 
}

.menu{
   width:auto; 
   height:145px; 
   background:#DBDBDB; 
}

.footer{
   width:auto; 
   height:80px; 
   background:#DBDBDB; 
}

.container {
   min-width: 100% !important;
}