body {
  background: #f5f5f5;
  margin: 0;
  display: flex;
}

.main-content {
   overflow: auto;
   height: 100%;
   margin: 0 10vw;
}
