body {
	background-color: floaralwhite;
	margin: 0;
	padding: 0;
	max-width: 1536px;
}

.img {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-left: 10px;
	margin-top: 10px;
}

.logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.logo,
.container {
	padding: 25px;
}

h1,
p {
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: dodgerblue;
	font-size: 20px;
}


.container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	bottom: 0;
	padding-top: 80px;
}

a:link {
	text-align: center;
	text-decoration: none;
	padding: 25px;
	border: 2px solid red;
	font-size: 20px;
}