body,
html {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	font-family: "Source Serif 4", Georgia, Cambria, "Times New Roman", Times, serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}


.container {
	background: #ffffff;
	margin: 0 auto;
	width: 70%;
	padding: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
}