@font-face{
	src: url(fonts/Homoarakhn.ttf);
	font-family: Homoarakhn;
}

body {
	background-image: url(backgrounds/web_background.png);
	background-size: cover;
	background-position: center center;
	background-color: #EC3434;
	color: white;
	font-family: Tahoma;
}

a {
	font-weight: bold;
	color: #33ff33;
}

h1 {
	font-family: Homoarakhn, Times New Roman;
	font-size: 75px;
	text-align: center;
}

h2 {
	font-family: Homoarakhn, Arial;
	color: #008ae6;
	text-shadow: 2px 2px 2px #595959;
	font-size: 200%;
	border-bottom-style: solid;
	border-bottom-color: #008ae6;
}

h3 {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	font-family: Arial;
}

p {
	font-family: Courier New;
	font-size: 17px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background: rgba(0,0,0,0.15);
}

a.hoveron:hover{
	color: #ffff00;
	background: #1a8cff;
}

span {
	font-style: italic;
}

ul {
	list-style-image: url(bullets/spiderman_bullet.png);

}

.ordered_list {
	font-weight: bold;
	font-family: Tahoma;
	list-style-type: upper-roman;
}

.light {
	font-weight: lighter;
}

.questions {
	text-align: center;
	font-weight: heavy;	
}

.name_border{
	border-style: double;
}

.table {
	border-collapse: collapse;
	background-color: rgba(0,0,0,0.25);
	font-size: 90%
	margin: 25px 0px 25px 0px;
	width: 600px;
}

.table_head {
	background-color: #0073e6;
	text-align: left;
}

.table td {
	padding: 12px 15px 12px 15px;
}

.table tr {
	border-bottom: 3px solid #808080;
}

.movieposter {
	background-color: transparent;
}

.container {
	display: flex;
	justify-content: space-around;
}




