body {
	background-image: url("BG2.png");
}

@font-face {
    font-family: 'MyFont'; /*a name to be used later*/
    src: url('Font.otf'); /*URL to font*/
}

.main {
	background-image: url("BG.png");
	display: flex;
	margin: 5px auto;
	width: 1024px;
	height: 768px;
	text-align: center;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 10px #2D0033;
	a {
	  color: white;
	  background-color: transparent;
	  text-decoration: underline;
	}
}

.infobox {
	margin-top: 130px;
	padding: 10px;
	font-size: 17px;
	background-color: #C5C3C6;
	color: #000000;
	width: 100%;
	flex-direction: row;
	text-align: center;
	word-wrap: break-word;
	overflow-y: scroll;
	height: 570px;

	h1 {
  		font-family: MyFont;
  		font-size: 70px;
	}

	h2 {
		font-family: MyFont;
	}

	p {
		font-family: MyFont;
	}

	a {
		font-family: MyFont;
		color:#00000s0;
		text-decoration: underline;
		font-size: 45px;
	}

	img {
		align-content: right;
	}

	td {
		width:100%;
	}


	#small {
		font-size: 13px;
		margin-top: -20px;
	}
}

.episodebox {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #626263;
	text-align: left;
	background-color: #9D9C9E;
}

.episodebg {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #626263;
	text-align: center;
	background-color: #727172;

	h1 {
		font-family: MyFont;
		font-size: 70px;
	}

	h2 {
		font-family: MyFont;
		font-size: 30px;
	}
}

.episodetop {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #626263;
	text-align: center;
	background-color: #9D9C9E;

	h1 {
		font-family: MyFont;
		font-size: 70px;
	}

	h2 {
		font-family: MyFont;
		font-size: 30px;
	}
}

.episodebottom {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #626263;
	text-align: center;
	background-color: #9D9C9E;

	h1 {
		font-family: MyFont;
		font-size: 30px;
	}

	p {
		font-family: MyFont;
		font-size: 10px;
	}
}

.episodesources {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #626263;
	text-align: center;
	background-color: #CBC9CC;

	h1 {
		font-family: MyFont;
		font-size: 30px;
	}

	h2 {
		font-family: MyFont;
		font-size: 25px;
	}

	p {
		font-family: MyFont;
		font-size: 20px;
	}

	a {
		font-family: MyFont;
		font-size: 20px;
		color:#0700F4;
	}
}