.languages {
	display: flex;
	width: fit-content;
	position: absolute;
	right: 8px;
	margin-top: -1.5rem;
	font-size: 0.8rem;
	flex-flow: column;
	
	&>a>img {width:24px;height:24px;}
}
