#game {
	margin-top: 20px;
}

#display-area{
	 text-align: center;
}
.btn-start {
	width: 118px;
}

/* .btn {
	width: 68px;
	height: 68px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 700;
} */

#display-area {
	font-weight: 700;
	font-size: 20px;
	color: #46a;
}

.btn2 {
	background-color: #46a;
	width: 68px;
	height: 68px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 700;
}

#modal-title-score {
	color: #46a;
	font-size: 20px;
	font-weight: 600;
}

.modal-header {
	text-align: center;
}

.outer-box>.col>div {
	width: 50px;
	height: 50px;
	background-color: #ab95c9;
	text-align: center;
	color: white;

	font-weight: 700;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 50px;
}

/*  .outer-box>.col {
	
} */

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.col {
	flex-basis: 20%;
	flex: auto;
	position: relative;
	padding: 1px;
	box-sizing: border-box;
}