/* Scale to medium font */
@media screen{
body{
    font-size: 95%;
}
}
