nav{
                margin-top: 5px;
            }

            .imglogo{
                margin-left: 20px;
            }
            .imglogo img {
                width: 80px;
                height: 70px;
            }
           
            .tittle {
            
                font-size: 25px;
                
                color: red;
                text-shadow: 2px -1px #000000b3;
                    }
                    .imglogo{
                        display: flex;
                        gap: 15px;
                    }
                    .line{
    height:30px;
    max-width:auto;
    /*color: #005385;*/
    background-color:#005385;
}
                    
                     .nav {
            width: 100%;
            height: 55px;
            background-color: #005385;
            padding: 2px;
            border-radius: 2px;
            color: blue;
            font-size: 20px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        
          .res {
            font-size: 20px;
            color: white;
        }
         @media screen and (min-width: 900px){
            .content{
                display:flex;
                gap: 20px;
                justify-content:center;
                align-items:center;
            }
            .res {
            font-size: 20px;
            color: white;
            margin-left: 5px;
        }
        }
          @media screen and (max-width: 900px) {
            .nav {
                height: auto;
                /*flex-direction: column;*/
                /*height:55px;*/
            }
              
              
            .content {
                font-size: 20px;
                
                /*display:flex;*/
                /*justify-content: center;*/
                align-items:center;
                gap:30px;
            
            }
             .res {
            font-size: 12px;
            color: white;
            text-align: center;
            margin-bottom: 1px;
            
        }
              
          }
            @media (max-width: 750px){
                
                .tittle {
                    margin-top: 10px;
                    font-size: 20px;
                }
              
                .imglogo {
    padding: 0 6px;
    margin: 0 5px;
    display: flex;
}

                .imglogo>img {
                    width: 77px;
                     height: 61px;
                     display: flex;
                      margin-top: 7px;
                      background: transparent;
 
             }
             	    .line{
    height:30px;
    max-width:auto;
    text-align:center;
    /*color: #005385;*/
    background-color:#005385;
}
            }