body {
  background-color: #2b3035;
  margin: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.main-container {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
