* {
	margin: 0;
	padding: 0;
}

body {
	position: absolute;

	background-color: #252839;
	background-color: white;

	font-size: 24px;

	text-align: center;
}

.content {
	position: relative;

	width: 80%;
	left: 10%;
}

p {
	color: #b5b5b7;
	color: black;

	text-align: justify;
}

h2 {
	margin-top: 20px;
	color: #f2b632;
	color: black;
	text-decoration: underline;
}

h3 {
	margin-top: 60px;
	color: #f2b632;
	color: black;
}

.footer {
	position: relative;

	margin-top: 10px;

	width: 100%;
	display: inline-block;

	text-align: center;

	background-color: black;
}

.footer ul {
	width: 100%;

	margin-top: 5px;
}

.footer ul li {
	display: inline-block;

	margin-left: 10px;
	margin-right: 10px;
}

.footer ul li a{
	text-decoration: none;

	font-size: 24px;
	line-height: 30px;

	color: #b1b1b1;

	transition: 0.4s;
}

.footer ul li a:hover {
	color: #4c4c4c;
}

.footer p {
	margin-top: 10px;

	font-size: 18px;

	color: gray;

	text-align: center;
}
