@charset "utf-8";
/* Indescribable Style
	CSS Document */


body {
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
	font-family: Garamond;
	background-color: black;
	color: floralwhite;
}

header {
	border: 3px solid #ff00dc;
	padding: 4px;
}

main {
	width: 1600px;
	margin-bottom: 12px;
}

footer {
	border: 3px solid #ff00dc;
	padding: 4px;
}

h1 {
	font-family: Brush Script MT;
	text-align: center;
	padding: 4px;
}

h2 {
	
}

p {
	
}

.background_img {
	width: 1620px;
}


.topbar {
	display: flex;
	flex-direction: row;
	width: 975px;
	align-items: center;
	border-radius: 4px;
}


.hbox {
	display:flex;
	flex-direction: row;
	justify-content: end;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #555;
	cursor: pointer;
}

button:hover {
	color: #555;
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
}

.pagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
	list-style: none;
	list-style-type: none;
	color: white;
}


.pagination hover {
	color: #555;
	cursor: pointer;
}

.pagination a.active {
	font-size: 20px;
	border-color: #808080;
}


li {
	
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearboth {
    clear: both;
}

/* Container holding the image and the text */
.container {
	position: relative;
	text-align: center;
	color: white;
}

/* Bottom left text */
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
	background-color: white;
}

/* Top left text */
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

/* Top right text */
.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

/* Bottom right text */
.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}