body {
    font-family: 'Righteous', cursive;
}
.h1{
	width: 100%;
	color: #ff4500;
	font-size: 500%;
    text-align: center;
    font-family: 'Monoton', cursive;
}

.h2{
	color: #ff4500;
	font-size: 200%;
	text-align: center;
}

.h3{
	color: black;
	font-size: 225%;
}

.instructions{
    border: dashed 3px black;
    border-bottom: none;
	color: black;
	font-size: 175%;
	text-align: left;

}

.scoreboard{
    height: 600px;
	border: dashed 3px black;
	text-align: center;
    color: black;
}

.crystals{
    height: 600px;
	border: dashed 3px black;
    text-align: center;
    margin: 0;
}

.h4{
	text-align: center;
	font-size: 250%;
	color: black;
}