body {
	margin: 20px 0 50px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.header {
	background: url(header.png)top no-repeat;
    background-size: contain;
    min-height: 373px;
    margin: 0 30px;
}
.uc {
    background: url(uc.png)top no-repeat;
    background-size: contain;
	min-height: 285px;
    margin: 100px 30px;
}
.contact {
    font-size: xxx-large;
    margin: 120px auto 40px;
    width: fit-content;
}

.social {
    width: fit-content;
    margin: 0 auto;
}
a.fab {
    font-size: 180px;
    line-height: 0.9;
    margin-left: 15px;
    width: 150px;
    height: 150px;
    border-radius: 20px;
}
a.fa-facebook-square {
    color: #3b579d;
	margin: 0;
}
a.fa-facebook-square:hover {
    color: #fff;
	background-image: linear-gradient(to right, #ffffff00, #3b579d, #3b579d, #3b579d, #3b579d, #3b579d, #3b579d, #3b579d, #3b579d, #ffffff00);
}
a.fa-twitter-square {
    color: #1da0f2;
}
a.fa-twitter-square:hover {
    color: #fff;
	background-image: linear-gradient(to right, #ffffff00, #1da0f2, #1da0f2, #1da0f2, #1da0f2, #1da0f2, #1da0f2, #1da0f2, #1da0f2, #ffffff00);
}
a.fa-linkedin {
    color: #0077b5;
}
a.fa-linkedin:hover {
    color: #fff;
	background-image: linear-gradient(to right, #ffffff00, #0077b5, #0077b5, #0077b5, #0077b5, #0077b5, #0077b5, #0077b5, #0077b5, #ffffff00);
}
a.fa-whatsapp-square {
    color: #37cd57;
	margin-right: 8px;
}
a.fa-whatsapp-square:hover {
    color: #fff;
	background-image: linear-gradient(to right, #ffffff00, #37cd57, #37cd57, #37cd57, #37cd57, #37cd57, #37cd57, #37cd57, #37cd57, #ffffff00);
}