﻿.social_media {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 899;
	display: flex;
	flex-direction: column;
	background-color: #70e906;
}

.social_media_box {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_media_box img {
	width: 30px;
	height: 30px;
}