body {
  background-color: #e5e5e5 !important;
}

header,
main,
footer {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
  box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
}

.footer {
  border-top: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1040px;
  }
}
