#language {
	float: right;
	min-width: 70px;
	min-height: 20px;
	margin: 5px;
	border: 2px solid grey;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
