.red{
	position: fixed;
	top: 80%;
	z-index: 100;
	right: 0;
}
#facebook a{
	background: #336699;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#facebook a:hover{
	background: #000;
}
#instagram a{
	background: #62498A;
	padding: 10px 18px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#instagram a:hover{
	background: #000;
}

#tiktok a:hover{
	background: #000;
}
#tiktok a{
	background: #62498A;
	padding: 10px 18px;
	color: #fff;
	text-decoration: none;
	width: 55px;
	transition: all .4s ease;
}
#tiktok a:hover{
	background: #000;
}

