@font-face {
    font-family: ComicSansMS;
    src: url('COMIC.TTF');
}
@page {
    size: 8.27in 11.69in; margin: 1in
}
p {
    line-height: 115%;
    orphans: 2;
    widows: 2;
    margin-bottom: 0.1in;
    direction: ltr;
    background: transparent;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: ComicSansMS;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    p { width: 90%; }
}