@charset "UTF-8";
body {
	background-color: black;
	color: #EF8A25;
}
footer {
	text-align: center;
	width: 100%;
}
footer p {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
img {
	text-align: center;
}
#container {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #EF8A25;
	text-decoration: none;
	padding: 5px;
	width: 500px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 4%;
}
#container p {
	text-align: center;
}
