body
{
    font-family: "parmapetit";
    width: 90%;
    padding: 15px;
}

@font-face {
    font-family: "parmapetit";
    src: url('/css/ParmaPetit-Normal.ttf');
}

body.white-on-blue
{
    font-size: 60px;
    color: #ffffff;
    background-color: #0005c9;
}

body.blue-on-white
{
    font-size: 90px;
    color: #0005c9;
    background-color: #ffffff;
}
