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

.titulo {
    color: white;
    background-color: Grey;
    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));
}


.author {
    background-color: black;
    padding: 5px 0;
    text-align: center;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
}

.author h6 {
    margin: 0; 
    color: white;
}



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



  
  
  
  