.footer {
    padding: .5em 2em .25em 2em;
    z-index: order;
    margin-top:20px;
    background-color: darkred;
    display: flex;
    min-height: 1fr;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width:100dvw;
    color:white;
    justify-content: space-between;g 
  }