/* set max width of website to 1200px */
body {
   /*max-width:1200px;*/
   margin:auto;
   border:0;
}

.w3-top {
   max-width:1600px;
}

.w3-bottom {
  max-width:1600px;
}


