
.footer_rectangle{
	background: linear-gradient(to top, #3776a6, #4894ce);
	border-radius: 12px;
	position: realtive;
	font-family: 'Playfair Display SC', serif;
	color: #f3e8b1;
	font-size: 16px;
	font-weight: 100;
}
.copy{
	display:inline-block;
	margin-left:5px;
}
.addr{
	position:absolute;
	display:inline-block;
	vertical-align:top;
	left:40%;
	margin-top:0.5em;
	line-height:1.5;
}
.footer_rectangle .cont{
	margin-top:1em;
}
/* .footer_rectangle{
	background: linear-gradient(to bottom, #3776a6, #4894ce);
	border-radius: 10px 10px 0 0;
	font-family: 'Georgia', serif;
	color: #f3e8b1;
	font-size: 16px;
	font-weight: 100;
	display:flex;
	justify-content:space-between;
	align-items:center;
} */