main {
    flex: 1;
}

body {
    height: 100%;
  background-color: #111;
      display: flex;
    flex-direction: column;
}


