
#content>.info{
    float: left;
    width: 85%;
    /*
    max-width: 800px;
    background-color: rgb(62, 104, 144);
    */
    text-align: left;
}

#content>.info>h1{
    float: left;
    font-family: 'robotomedium';
    color: white;
    font-size: 4vmax;
    line-height: 4.5vmax;
    margin-bottom: 25px;
}

#content>.info>h2{
    float: left;
    font-family: 'robotothin';
    color: white;
    font-size: 3vmax;
    line-height: 3.5vmax;
}


@media (min-aspect-ratio: 9/5) {

    #content>.info>h1{
        font-size: 3.5vmax;
        line-height: 3vmax;
        margin-bottom: 25px;
    }
    
    #content>.info>h2{
        font-size: 2.5vmax;
        line-height: 3vmax;
    }
}