.main {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.section {
  flex: 1;
}

.text-center {
  text-align: center;
}

img {
  max-height: 300px;
}