*{
	background-color: #00acde;
}
#title{
	text-align: center;
	font-size:80px;
	color: #fade1f;
	text-shadow: 2px 2px 2px black ;
	margin-bottom: 20px;
	display:block;
}
.btn{
	width:70px;
	height:70px;
	border:2px solid black;
}
.string{
	display: flex;
}
.game{
	margin-left: auto;
	margin-right: auto;
	width:210px;
	height:210px;
	
}
#options{
	width: 100px;
	height:100px;
	background-color: blue;
}
#frame{
	width:600px;
	height:400px;
	background-color: #fade1f;
	margin-right: auto;
	margin-left: auto;
	border:2px solid black;
}
#frame_title{
	padding-top:20px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 40px;
	background-color: #fade1f;
}
.flex{
	display:flex;
}
.player1{
	background-color: #fade1f;
	text-align: center;
	width: 195px;
	font-size: 20px;
}
.player2{
	text-align: center;
	background-color: #fade1f;
	width: 195px;
	font-size:20px;
}
#score1{
	width:195px;
	font-size:150px;
	background-color:#fade1f; 
}
#score2{
	width: 195px;
	font-size:150px;
	background-color:#fade1f; 
}