.divButtons {
	display: table;
	width: calc(100% - 2rem); /* full width - 2 * padding */
	text-align: center;
	vertical-align: middle;
	/* background-color: aqua; */
	padding-left: 1rem;
	padding-right: 1rem;
	background: none;
}

.divButtonLine {
	display: table-row;
	background: none;
}

.btn {
	display: table-cell;
	width: 33%;
	/* height: 33%; */
	border: none;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn img {
	width: 100%;
	cursor: pointer;
}

.question {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 5rem;
	font-weight: bold;
	font-size: 5rem;
}

.answer {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 5rem;
	font-weight: bold;
	font-size: 5rem;
}

.divLanguages {
    position: absolute;
    top: 1rem;
    right: 1rem;
    max-width: 15%;
}

.flag {
    display: inline;
    width: 30%;
    border: none;
    background: none;
}

.flag:focus {
	outline: none;
}

.flag img {
	width: 100%;
	cursor: pointer;
}

.gotoSettings {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	color: orange;
}

