.centerandbold {
	text-align: center;
	font-weight: bold;
}

.done {
	background: lightgreen;
}

.jumbotron, .selectby, #losingtext {
	text-align: center;
	font-weight: bold;
}

.unit {
	height: 200px;
	padding: 10px;
}

/* Centering an image */
img {
	border: none;
	display: block;
	margin: 0 auto;
}

select {
	margin-left: 30%;
}

.countdown {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}

.previouslevel {
	display: none;
}

form {
	text-align: center;
}

.fourthboxes {
	width: 30px;
	height: 30px;
}

.guess {
	width: 100px;
	height: 100px;
}

#hayaku {
	color: #2dddb4;
}

.green {
	background-color: green;
}

.red {
	background-color: red;
}

.blue {
	background-color: blue;
}

.yellow {
	background-color: yellow;
}

.orange {
	background-color: orange;
}

.purple {
	background-color: purple;
}

.white {
	background-color: white;
}

.black {
	background-color: black;
}

.redtext {
	color: red;
}

.greentext {
	color: green;
}

.bluetext {
	color: blue;
}

.orangetext {
	color: orange;
}

.purpletext {
	color: purple;
}

#gamefail {
	text-align: center;
}

#gamesuccess {
	text-align: center;
}

.hearts {
	display: flex;
}

.spell {
	border: solid;
	padding: 10px;
	overflow: hidden;
}

.social {
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
}

.cart {
	color: black;
}

.itch {
	color: orange;
}