.centered {
	z-index: 2;
	margin: auto;
	width: 70%;
}
.centered-two {
	max-width: fit-content;
  	margin-left: auto;
 	margin-right: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.left-div {
	width: 65%;
	margin: auto;
	margin-top: 0px;
	padding: 2% 5%;
}
.right-div {
	width: 35%;
	margin: auto;
	margin-top: 10px;
}
.black-background {
	background-color: black;
	color: white;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.block {
	display: inline-block;
}
.top-border {
	border-radius: 10px 10px 0 0;
	margin: 30px 0px 0px 0px;
}
.bottom-border {
	border-radius: 0 0 10px 10px;
}
.main-page-container {
	margin-bottom: 0px;
	background-color: lightgray;
	color: black;
}
p, h1, h2, a{
	margin: 0px 0px 0px 10px;
	font-family: Verdana;
	text-align: center;
	font-size: 1em;
}
.center-title{
	border-radius: 10px 10px 0 0;
	margin: 50px 0px 0px 0px;
}
.smaller-font {
	font-size: 0.8em;
}
.smallest-font {
	font-size: 0.5em;
}
.background-gradient {
	z-index: 1;
	background: linear-gradient(to bottom right, #313131, gray) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}