.html {
	background-color: #000000;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.logo {
	width: auto;
	height: auto;
}

.footer {
	color: #ec7210;
	position: absolute;
	bottom: 50px;
	font-size: 2rem;
	width: auto;
	height: auto;
}

.contact {
	width: auto;
	height: auto;
	text-align: center;
}

.copy {
	width: auto;
	height: auto;
	text-align: center;
}

.footer a {
	color: #ec7210;
}
