body {
    background-color: #dadad8;
}

.container {
	background-color: #4da6ff;
	color: white;
    text-align: center;
	font-family: 'Poiret One', cursive;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 30px;
}
a:link, visited, hover, focus, active {
	color: white;
}