@charset "utf-8";
/* CSS Document */
.img1 {
	background-image: url(img/facebook.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 290px;
	height: 80px;
	border-radius: 40px 40px 40px 40px;
	background-color: #0084ff;
	border: 1px solid #0084ff;
	box-shadow: 1px 1px 1px 1px #141414;
}

.img2 {
	background-image: url(img/whatsapp.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 55px;
	border-radius: 40px 40px 40px 40px;
	background-color: #25d366;
	border: 1px solid #25d366;
	box-shadow: 1px 1px 1px 1px #141414;
}