.main-content {
  flex: 1;
}

.content-footer {
  /* padding: 1rem; */
  /* width: 100%; */
  color: white;
  text-align: center;
  background-color: #4E73DF;
  margin-top: -38px;
  /* z-index: 1;
  position: relative; */
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
