body{
	background-color: #1E2025;
	display: flex !important;
	position: relative;
	height: 100vh;
/*	font-weight: ;*/
flex-wrap: wrap;
}

section{
	/*background-color: red;*/
	position: relative;
	margin: auto 0;
	width: 80%;
	/*height: 100%;*/
	margin: auto;
	/*margin-top: 40%;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translateX(-50%) translateY(-50%);*/
	display: block;
	flex-direction: column;
	justify-content: center;
}

*{
	color: white;
	font-family: 'Helvetica';
	margin: 0;
	font-weight: normal;
}

div{
	/*background-color: pink;*/
	display: flex;
	margin: auto;
}

hr{
	background-color: teal;
	width: 8vw;
	height: 2px;
	border: none;
	margin: 1vw auto;
}