html, body
{
    height: 100%;
    overflow: hidden;
}

body {
	background-color: black;
	background-image: url(../img/glitch.gif);
	background-size: cover;
	color: white;
}

a {
	border: 3px solid transparent;
}

a:hover {
    border: 3px solid red;
    box-shadow: 0 10px 30px red;
    border-radius: 1px;
}

#lilith-img {
	position: absolute;
	max-height: 100%;
	bottom: 0px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: auto;
}

.links-table-left, .links-table-right {
	margin-top: 25%;
	z-index: 1;
	border-spacing: 20px;
	width: 30%;
	height: 30%;
}

.links-table-left {
	position: absolute;
	margin-left: 5%;
}

.links-table-right {
	position: relative;
	float: right;
	margin-right: 5%;
}

.link-img {
	border-radius: 2px;
	webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}