body{
    color: black;
}
.playerName{
	font-family: "Tektur", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings: "ROND" 0;
    font-size: 1.3em;

}


.logo{
	height: 100px; 
	margin: 10px; 
	margin-bottom: 30px;
	max-width: 100%;
	max-height: 300px;

}

.playerCell.hidden{
    display: none;
}

#foxQuestion{
	width: 100%;
	flex: 1;
	padding: 0px 20px;
	text-align: center;
}

.correctAnswer{
	font-size: 2.5em;
}

.foxAnswersBox{
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	border: 4px solid #000000;
	border-radius: 5px;
}

#foxAnswersBoxA{
	border-color: #5ca8bc;
}
#foxAnswersBoxB{
	border-color: #ca649f;
}
#foxAnswersBoxC{
	border-color: #a860b8;
}

.row{
	display: flex;
	/* flex-direction: row;
	justify-content: center;
	align-items: left; */
	width: 100%;
	height: 100%;
}

.foxAnswer{
	padding: 5px;
	font-size: 3em;
	width: auto;
	flex: auto auto auto;
	/* visibility: hidden; */
	-webkit-text-stroke: 2px #e6e6e6;
}
#foxAnswerA{
	color: #5ca8bc;
}

#foxAnswerB{
	color: #ca649f;
}

#foxAnswerC{
	color: #a860b8;
}
    
/* --------------- FONTS --------------- */

.tektur-black {
	font-family: "Tektur", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.tektur {
	font-family: "Tektur", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}