body{

    font-family: sans-serif;
 margin: 0;
 }
 
 a{
    text-decoration: none;
     color: black;
 }
 
 header {
     display: flex;  
     justify-content:space-between ;
     min-height: 70px;
     background-color: coral;
     align-items: center;
     padding: 10px;
 }
 
 .logo {
     display: flex;
     align-items: center;
 
 }
 
 .logo img{
     height: 50px;
     margin-right: 10px;
 }
 
 nav a{
 
    font-weight: 600;
    padding-right: 10px;
 }
 
 nav a:hover{
     color:white
 }
 
 @media (max-width:700px) {
     header{
         flex-direction: column;
     }
 
     nav{
         padding: 10px 0px;
     }
 }

 .titulo {
      font-size: 70px;
 }

 .parrafo {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;font-size: 50px; background-color: burlywood;
 }

 .worldcup  {
    font-size: 100px; display: flex;justify-content: center; filter: drop-shadow(20px 20px  2px rgb(17, 0, 255));
 }

 .divdeparrafo {
    text-align: center; 
      .parrafoo { 
        font-size: 50px;background-color: rgb(89, 192, 192); color:brown; padding: 50px 100px 5px 200x;
      }


 }

 .divdecampeones {
    background-color: azure;
 
        .campeonesworldcup {
    font-size: 70px; background-color: antiquewhite; text-align: center; margin: 5%; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   }
        .divsub {
            display: flex
        }
        
        .infodeaqua {
            font-size: 50px;
        }
}