

.footer {
	width: 100%;
	font-family: 'Ariel', sans-serif;
	position: relative;
	font-size: 160%;
	direction: ltr;
	color: var(--main_text_color);
	border: 0;
	top: 200px;
}

.footer hr{
	width: 100%;
}

.footer_img {
		position: relative;
		width: 30px;
		border: 0;
		}

.linkedin {
		left: 10px;
		top: 15px;
		}
		
.youtube {
		left: 15px;
		top: 15px;
		}
		
.facebook{
		left: 20px;
		top: 15px;
}
		
.ps {
		top: 2px;
		width: 20px;
		}