footer {
  /*position: fixed;*/
  left: 0;
  bottom: 0;
  width: 100%;
  height: max-content;
  background-color: red;
  color: white;
  text-align: center;
}

