#footer {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	padding-bottom: 20px;
}

#copyright {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

#copyright span {
    line-height: 25px;
    margin: 10px 0px 0px 10px;
}

#address {
	margin-top: 10px;
	color: #fff;
}

#address a {
    text-decoration: none;
    color: #fff;
}