html {
  background-color: orange;
}

body {
  color: white;
}

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 0 10.0rem;
  height: 100%;
}


