body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1rem;
	line-height: 1.7;
	color: #2F5496;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15%;
	padding-right: 15%;
}

#logo {
	text-align: center;
	padding-bottom: 40px;
}

#logo img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

h1 {
	font-size: 2rem;
}

p {
	padding-bottom: 10px;
}

a {
	color: #882c3b;
}