body {
	background: url("https://images.unsplash.com/photo-1515895309288-a3815ab7cf81?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=ea6525f071c1f79e4f353c9071b6583f&auto=format&fit=crop&w=1950&q=80") no-repeat no-repeat center fixed;
    background-size: cover;
    margin: 0px;
	padding: 0px;
}

.jumbotron {
	background-color: paleturquoise;
	height: 150px;
    color: midnightblue;
    font-family: font-family: 'Cormorant Garamond', serif;
}

.target-goal {                
	font-size: 30px;
	background-color: #F8CF9C;
	border-style: solid;
	border-color: #ddd;
	border-width: 4px;
}

.win-lose-counter {
	background-color: #9CE7F8;
	border-style: solid;
	border-color: #ddd;
    border-width: 4px
}

.crystal-images {
	margin-top: 10px;
	margin-bottom: 10px;
}

.total-score {
	color: white;
	background-color: #4aaaa5;
}

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