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

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

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

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

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