@font-face {
font-family: EastSeaDokdo;
src: url("fonts/EastSeaDokdo-Regular.ttf") format("ttf");
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Arial, sans-serif;
}

body {
	height: 100%;
	width: 100%;
	padding: 20px;
	padding-top:20%;
	margin: 0;
	background-color: #080105;
	color: #c97600;
  background-image: url('https://www.cattail.nu/midi-crypt/img/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: cover;
}

.left {
	float:left;
}

div.textBackground {
	margin: 20px;
	padding:20px;
	border-radius: 25px;
	background: #000000cc;
}

ul, ol {
	width: 100%;
}

li {
	width: 100%;
}

h1,h2{
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	margin-top:40px;
}

a {
	color: #c95300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background: #ffddad;
}
img {
	max-height:100px;
	border: solid 1px #000000;
	padding: 0px;
}



.books {
	background: none;
	vertical-align:baseline;
	text-align:center;
}
a.books {
	border: none;
	text-decoration : none;
	background: none;
	width: 100px;
	height:100px;
	}
a.books:hover  {
	background: #c97600;
	}
img.books {
	border: none;
	text-decoration : none;
	background: none;
	width: 100px;
	height: 100px;
}