html {font-family: sans-serif; background-color: #30342c; color: white; background: url("noise.gif");}
main {margin: auto; max-width: 700px;}

#toc {display: none;}

#alexs-website {font-size: 1.2em; margin-bottom: 0px;}


h1 {text-transform: capitalize;}
h2 > a {text-decoration: none;}

a {text-decoration: underline; color: white;}
a:hover {background-color: black; text-decoration: none;}

figure {margin: 10px;}
img {max-height: calc(100vh); width: 100%; object-fit: cover; display: block; border: 3px solid white;}
.gallery {display: flex;}

li {margin: 0.2em;}
ul {padding-left: 20px;}

.poem > p {padding-left: 10px; margin: 0;}

div.poem {margin: auto; padding: 20px 0; text-align: left; max-width: 350px;}



table {
  margin: 0 1em 1.0em 1em;
  border-collapse: collapse;}

td, th {
  padding: 0.2em 0.2em 0em 0.2em;
}

td.c {
  text-align: center;
}

td.l {
  text-align: left;
}

th {
  border: 2px solid black;}
 
tr {
  border-bottom: 2px solid black;
 }

