#content {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	row-gap: 10px;
}

#calia {
	object-fit: contain;
	object-position: top;
	//width: 100%;
	width: 100%;
	height: fit-contents;
	max-height: 60vh;
}


#answer {
	width: 100%;
}

#spoiler {
	border: 1px solid darkred;
	width: fit-content;
	padding: 1em;
}

ul {
	margin: 5px;
}

.noselect {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hidden {
	display: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
}

#full {
	position: absolute;
	background-color: grey;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 320px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 80vw;
	}

	#message {
		padding: 1em;
		position: absolute;
		top: 30%;
		width: fit-content;
		color: white;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		left: 0%;
		right: 0%;
		margin: auto;
		background-color: palevioletred;
		max-width: 60%;
		white-space: preserve-breaks;	
	}
}

@media only screen and (min-width: 480px) {
	#message {
		padding: 1em;
		position: absolute;
		top: 30%;
		width: fit-content;
		color: white;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
		left: 0%;
		right: 0%;
		margin: auto;
		background-color: palevioletred;
		max-width: 60%;
		white-space: preserve-breaks;	
	}
}

@media only screen and (min-width: 640px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 60vw;
	}
}

@media only screen and (min-width: 720px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 55vw;
	}
}

@media only screen and (min-width: 960px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 50vw;
	}
}

@media only screen and (min-width: 1280px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 40vw;
	}
}

@media only screen and (min-width: 1600px) {
	div.subcontent {
		color: azure;
		padding: 1em;
		width: 30vw;
	}
}

a {
	color: maroon;
}

#quizswitcher {
	margin-top: 10px;
	color: black;
	background-color: palevioletred;
	border: 2px solid black;
	font-weight: bold;
	cursor: pointer;
}
