/* footer.css */

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.footer {
  margin-top: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;

  background-color: rgb(240, 240, 240); /* Ajusta el color si es necesario */
  color: rgb(54, 54, 54) !important;
  /* margin-top: 100px !important; */
}
