html, body {margin: 1px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size:95%;}  

.site-container {
    max-width: 800px;  /* Set your desired width here */
    margin: 0 auto;     /* Centers the container on the page */
    padding: 0 20px;    /* Adds a little breathing room on mobile devices */
    width: 100%;        /* Ensures it takes up full space on small screens */
}

div {border: none; background-color: white; margin:1px;}
.video {object-fit:fill; border: none;}


a {text-decoration:none;}
a:link {color:#0000FF;}
a:visited {color:#0000FF;}


p {margin-top:.5em; margin-bottom:1em; margin-left:.5em; margin-right:.5em;}
h1 {font-size:310%; font-weight:bold; margin-top:.25em; margin-left:.25em; margin-right:.25em; margin-bottom:.65em; line-height: 95%;}
h2 {margin-left:.25em; margin-top:-.5em; margin-bottom:.5em; font-size:200%; font-weight:normal; line-height: 95%;}
li {margin-top:.5em; margin-bottom:1em; margin-left:1em; margin-right:1em;}
td {vertical-align:top;}

