.awesomeBox {
	text-align: center; 
	position: fixed; 
	top: 50%; left: 50%; 
	margin-top: -90px; 
	margin-left: -175px; 
	width: 350px; 
	height: 380px; 
	border-radius: 15px; 
	box-shadow: #536572 4px 4px; 
	text-align: center; 
	background: #293f50;
}
