@font-face {
	font-family: Neometric Light;
	src: url("../fonts/Neometric Light.otf");
}
body {
	margin: 0;
	padding: 0;
	font-family: Neometric Light;
}
hr {
	background: #0f6f00;
}
.header {
	width: 100%;
	height: 100vh;
	color: #ffffff;
}
.header-text {
	text-align: center;
	padding-top: 250px;
}
.header-title {
	font-size: 50px;
}
.text {
	padding-top: 90px;
}
.info {
	width: 100%;
	background: #ffffff;
}
.footer {
	background: #ffffff;
}
.footer-text {
	padding-top: 5px;
}