/* main body */
div#main-wrapper {
  display: flex;
  justify-content: center;
}

main#content {
  position: relative;
  max-width: 100%;
}

div#main {
  max-width: 100%;
}