/* Main Layout and Hero Styles */

main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}



