/****add classes to td****/
   
    body {
  
   background-image: url("images/grimm-daniel-richter-army-of-traitors-2011.webp");

/**** sizing sucks aaaaaaahhhhhhhh****/
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;

  }

table, th, td {
 
 margin-right: 60%;

 padding: 10px;
 
 background-color: black;
 
 font-family: courier;
 
 color: black;
 
 }
 
 
.header {
	border: inset white; 
	text-align: center;
 	background-color: #E34234;
}

.entry {
	border: inset white;
	background-color: #E34234;
	padding: 30px;
    	font-size: small;
}

.transparent {
      color: transparent;
    }
    
.secret-link {
  text-decoration: none;
  color: black;
}
