@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
	background-color: #333399;
	color: #ff00cc;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	display: flex;
	height: 100vh;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-shadow: 0 5px 5px #2a2a8a;
}
