
.fbapp { 
    text-align:center;
    background-color: #ffc2c2;
    border: 1px solid #ff2e2e;
    border-radius: 5px;
    font-size: calc(13px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'myFancyFont';
    font-weight: 300;
    color: #ff0000;
    height: 30px;
    padding-top: 12px;
    padding-bottom: 0px;

}

