/* *,::before,::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*/
.icone {
	width: 50px;
}
.buttons {
	position: absolute;
	display: flex;
	place-items: center;
	left: 36%;
	/* margin-left: 20%;*/
	top: 126px;
	object-fit: contain;
	z-index: 10;
	height: fit-content;
	width: fit-content;
	transition: 0.3s;
	border-radius: 50%;
}
/* .buttons:active {
	padding: 60px;
}
*/
.buttons:active .button {
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.main-button {
	position: relative;
	display: flex;
	place-items: center;
	padding: -10px;
	border: none;
	background: #222;
	box-shadow: 5px 5px 12px #888888, -5px -5px 12px #ffffff;
	border-radius: 50%;
	transition: 0.5s;
	z-index: 10;
}
.button {
	position: absolute;
	display: grid;
	place-items: center;
	padding: 10px;
	border: none;
	background: #e8e8e8;
	box-shadow: 5px 5px 12px rgba(202, 202, 202, 0), -5px -5px 12px rgba(255, 255, 255, 0);
	transition: 0.3s;
	border-radius: 50%;
}
.discord-button:hover {
	background: #5865F2;
}
.buttons:active .discord-button {
	translate: 110px 0px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.twitter-button:hover {
	background: #1CA1F1;
}
.buttons:active .twitter-button {
	translate: 77px -77px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.reddit-button:hover {
	background: #FF4500;
}
.buttons:active .reddit-button {
	translate: 0px -110px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.messenger-button:hover {
	background: #0093FF;
}
.buttons:active .messenger-button {
	translate: -77px -77px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.pinterest-button:hover {
	background: #F0002A;
}
.buttons:active .pinterest-button {
	translate: -110px 0px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.instagram-button:hover {
	background: #F914AF;
}
.buttons:active .instagram-button {
	translate: -77px 77px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.snapchat-button:hover {
	background: #FFFC00;
}
.buttons:active .snapchat-button {
	translate: 0px 110px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}
.whatsapp-button:hover {
	background: #25D366;
}
.buttons:active .whatsapp-button {
	translate: 77px 77px;
	box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

