@font-face {
  font-family: Sauce Tomato;
  src: url(../fonts/sauce_tomato/Sauce_Tomato.otf);
}

@font-face {
  font-family: Press Start;
  src: url(../fonts/press-start/prstart.ttf);
}

alt {
	color: white;
}

a, h1, h2, h3 {
	color: yellow;
	background: black;
}

body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url("../images/backgrounds/backgroundblack.gif");
}

h1 {
	font-size: 30pt;
}

h2 {
	font-size: 20pt;
}

header {
	text-align: center;
}

li {
	color: yellow;
	font-size: 16pt;
}

li a {
	color: yellow;
	font-size: 16pt;
}

ul {
	list-style-type: none;
	text-align: left;
}

.list_title	{
	color: yellow;
	font-size: 24pt;
}

.roller_text {
	font-family: Press Start;
	color: white;
	background: black;
}

.roller_text2 {
	font-family: Press Start;
	color: yellow;
	background: black;
	font-size: 10pt;
}

.row {
	display: flex;
	flex-direction: row;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.topHr {
	width: 350px;
	height: 19px;
	background-image: url("../images/themes/Fruit/mla4bar.gif");
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}