.translator .translation-menu {
	gap: 10px;
	margin: 0;
	padding: 5px;
	display: flex;
	list-style: none;
	background: #e7e7e7;
}

.translator .translation-menu a {
	text-decoration: none;
	font-family: 'blogger_sans';
	/* font-family: monospace, monospace; */
}

.translator .translation-menu a:hover {
	text-decoration: underline;
}