body, html {
	height: 100% !important;
	margin: 0 !important;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

body {
	background-color: #1e3e5a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
input {
	width: 125px !important;
	height: 50px !important;
	background-color: lighten(#0f0f1a, 5%) !important;
	border: none !important;
	line-height: 50px !important;
	text-align: center !important;
	font-size: 24px !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 200 !important;
	color: #1e3e5a !important;
	margin: 0 2px !important;
}   

.splitter {
	padding: 0 5px;
	color: white;
	font-size: 24px;
}


.prompt {
margin-bottom: 20px;
font-size: 20px;
color: white;
}