html{background:#fff; 
    background-image: url("/images/bg-pattern.png");
    background-color:rgba(255, 255, 255, 0.5);
    background-repeat: repeat;
    margin: 1em auto; padding-top: 3em; max-width:90%; align:center;}

img{display:block; max-width:100%; margin:1em auto;}

body {color: #000; font-family: 'Inconsolata', monospace; font-size: 20px; line-height: 35px; text-align:center;}
h1{font-size: 30px; line-height:45px;}

a{color:#000; font-weight:700; text-decoration:none; border-bottom:.15em solid; border-bottom-color:rgb(255, 238, 0);}
a:hover {font-style: italic;}