    
  
    nav img{
      width:65px;
      height:65px;
      margin-top: 5px;
    }
    h1 a{
      text-decoration: none;
      color: white;
    }
    h1 a:hover{
      text-decoration: none;
      color: white;
    }
    .contenedor {
      display: flex;
      color: white;
      justify-content: space-around;
    }
    
    .titulo {
      text-align: center;
      line-height:3;
      font-size: 1.4rem;
    }
    
