#body {
	background-color: #EFEEDC;
}


#main {
	display: flex;
	justify-content: center;
}

#logo {
        width: 100%;
	height: 100%;
	max-width: 793px;
	max-height: 819px;
}

#footer {
	display: flex;
	justify-content: center;
}

.bold {
	font-weight: bold:
}
