
    p {
        font-size: 1.10em;
        line-height: 110%;
    }

    btn btn-primary{
        font-size: 1.15em; /*this does not seem to overwrite the button class, but the other ones are working */
    }

    btn {
        font-size: 1.25em;
    }

    li{
        font-size: 1.10em;
        line-height: 110%;
    }

