.index-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;
  
  height: 100vh;
}

footer {
  position: fixed;
  bottom: 0;

  padding: 2rem 0 !important;
  margin: 0 !important;

  text-align: center;
}

footer p {
  margin: 0;
  padding: 0;
}