#backgroundImage {
    background-image: url("./images/foodbackground.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#footer {
    position: fixed;
    padding: 10px;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
  }
#mainContainer {
    display: none ;
}
/* .card {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 5px;
}
#container-space {
} */
#logo {
    position: absolute;
    left: 0px;
    top: 8000px;
    z-index: 1;

}