.footer{
	background: #aaaaaa;
	height: 300px;
	display: flex;

}
.footer-left{
	width:50%;
	background: pink;

}
.footer-right{
	width: 50%;
	background: purple;
}
.message-block{
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 20px;
	padding: 10px 20px;

}
.message-box{
	padding: 20px;
	width:380px;

}
.send{
	padding: 20px 60px;
}
.quicklinks{
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	align-items: center;

}
.quicklinks a{
	text-decoration: none;
	color: white;
	font-size: 34px;
}
.social-icons{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 20px;
}
.social-image{
	height: 60px;

}
.address-block{
	padding: 20px;
}
address{
	font-size: 30px;
	color: white;
}