body{
	font-family: 'Encode Sans', sans-serif;
}

.under-construction{
	font-family: 'Encode Sans', sans-serif;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-top: 35vh;
	color: #5379FF;

}

.underline{
	width: 50px;
	height: 3px;
	background-color: #5379FF;
	margin: 10px auto;
}
