 body {
        background-color: white;    }

p.sm {
font-size:12px;
}


p.med {
font-size:16px;
}

p.lg {
font-size:20px;
}





@media screen and (min-width: 600px)
{
    body {
        background-color: white;    }


p.sm {
font-size:2vmin;
}


p.med {
font-size:3.5vmin;
}

p.lg {
font-size:4.5vmin;
}
