@charset "UTF-8";
/* CSS Document */

#startbutton p{
	color: var(--ac0);
	padding:var(--defaultspacing);
	min-width: 20vw;
	text-align: center;
}


#startbutton{
	width:auto;
	height:auto;
	background-color: var(--ac2);
	display: table;
	border-radius: var(--defaultspacing);
	margin: auto;
	
	
	margin-top: var(--defaultspacing);
}

#startbutton:hover{
	background-color: var(--ac3);
}


#startwindowcontent{
	width:auto;
	height:auto;
	text-align: center;
}

.startinstructionwarning{
	margin: var(--defaultspacing) auto;
	padding: var(--defaultspacing);
	color: var(--ac2);
	font-style: italic;
}

#startinstructions .bold{
	font-weight: 400;
	color: var(--ac2)
}

#startinstructions p{
	padding: 1px;
}

