body {
    /*background-color: #1a1d2d;*/
    background-color: #111111;
    background-size: 10px 10px;
    /*background-image: radial-gradient(circle, #cc000040 1px, rgba(0, 0, 0, 0) 1px);*/
    background-image:
      linear-gradient(to right, #03000010 1px, transparent 1px),
      linear-gradient(to bottom, #03000010 1px, transparent 1px);
	margin: 0px;
}
body, td, th {
    /*font-family: "Lucida Console", Monaco, monospace;*/
    font-family: helvetica, sans-serif;
    font-size: 16px;
    color: #eeeeee;
    letter-spacing: 0.03rem;
    font-weight: bold;
  }
pre{
	display:inline-block;
}
p{
	text-align:left;
}
.top-left{
	color: #576296;
	margin: 10px;
	position: fixed;
	top: 0%;
	left: 0%;
}
.bottom-left{
	margin: 10px;
	position: fixed;
	bottom: 0%;
	left: 0%;
}
.hub, .title, .logo{
	text-align: center;
}
.container{
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	border-style: solid;
	border-width: thin;
	width: 868px;
	height: 192px;
}
.container img{
	transition: .5s ease;
	opacity: 0.7;
}
.container:hover img{
	transition: .5s ease;
	opacity: 0.3;
}
.text{
	position: absolute;
	bottom: 16px;
	right: 16px;
	/*color: #6c79ba;*/
	color: #eeeeee;
	
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
}
.container .text{
	transition: .5s ease;
	opacity: 0;
}
.container:hover .text{
	transition: .5s ease;
	opacity: 1;
}
table{
	text-align:left;
	border-spacing: 20px 3px;
	margin-left: auto;
	margin-right: auto;
}
a{
	text-decoration: none;
}
a:link{
  /*
	color: #c19628;
	*/
	color:#cc0000;
}
a:visited{
  /*
	color: #c19628;
	*/
	color:#cc0000;
}
a:active{
  /*
	color: #c19628;
	*/
	color:#cc0000;
}
a:hover{
  /*
	color: #967826;
	*/
	color: #111111;
	background-color: #cc0000;
}
.container a:hover{
  background-color: #00000000;
}

.poem-column, .centre-column{
	width:700px;
	margin-left: auto;
	margin-right: auto;
}
.guestbook{
	text-align:center;
	font-size: 20px;
}
.code{
  width:800px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	border: 1px solid;
	border-radius:10px;
	border-color:#696969;
	background-color:#0B0C10;
}
.music{
  background-color: #1a1d2d;
  border: none;
  color: #c19628;
  }
.music:hover{
  color: #967826;
  }
hr{
  color: #6c79ba;
  }