.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #8b0000;
  color: white;
  text-align: center; 
}

.footer a {
   color: white;
   text-decoration: none;
}  

.menuButton {
  text-align: right;
  left: 0;
}

.slide {
  position: absolute;   
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  object-fit: cover;
  z-index: -1;  
}

