body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/image/alemania-fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #c88888;
    margin: 0px;
    padding: 0px;
}

.titulo {
    color: black;
    background-color:white;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center; 
    gap: 50px; 
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
}


footer{
  margin-top: 0px; 
  color:white;
  background-color:black;
  text-align:center;
  padding: 5px;
  margin: 0px;
  
}