body{
    background-color: #E7ECEE;
        
}

#logo{
    background-image: url(../img/logo.png);
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    display: inline-block;
    font-size: 
}

#mensaje{
    width: calc(100% - 80px);
    height: 100%;
    line-height: 80px;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: xxx-large;
    color: rgba(31,117,189);
    font-family: 'Helvetica Neue Bold';
    letter-spacing: 1px;
        
}

@media screen and (max-width:768px){
    
    #mensaje{
        font-size: large;
        letter-spacing: 0px;
        text-align: left;
    }
    
}