
body{
    height:100%;
    max-width: 800px;
    margin:auto;
    padding:20px;
    font-family:Verdana, "Bitstream Vera Sans", sans-serif;
    color:#000000;
    background-color:#ffffff;
}

p {
    line-height: 1.5;
}

@media only screen and (max-device-width: 480px) {
    body{
        font-size:80%;
        -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
    }
}
