body {
	background-color: black;
	margin: 0px;
	padding: 0px;
}

.jumbotron {
	background-color: rebeccapurple;
	color: white;
	font-weight: 300;
	text-align: center;
}

.container {
	color: white;

}
.target-number {
	font-size: 14px;
	background-color: palevioletred;
	border-style: solid;
	border-color: greenyellow;
	border-width: 4px;
	height: 100px;
}

.win-lose-counter {
	background-color:palevioletred;
	border-style: solid;
	border-color:greenyellow;
	border-width: 4px;
	height: 100px;
	
}

.blue {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
}

.purple {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
}

.opal {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
}

.pink {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	height: 200px;
	float: right;
}


.total-score {
	color: white;
	background-color: palevioletred;
	height: 100px;
	border-color: greenyellow;
	border-style: solid;
	border-width: 4px;
}

.score-number {
	color: white;
	background-color: #4aaaa5;
	font-size: 30px;
}