#backgroundImage {
	background-image:url("./images/mixdrinks.jpg");
	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 {


} */
