html,
body,
#root {
	margin: 0px;
	height: 100%;
	background-color: #f1f4f5;
}

* {
	font-family: 'Source Sans Pro', sans-serif !important;
}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: static !important;
}

div#google_translate_element .skiptranslate.goog-te-gadget {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
	justify-content: flex-end !important;
	padding-right: 1.5rem !important;
	position: fixed !important;
	bottom: 0 !important;
	width: fit-content;
	right: 0 !important;
}

iframe[id=':1.container'] {
	display: none !important;
}