.flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.win{
	text-align: center;
	background: rgb(77, 0, 77);
	color: white;
	transition: all 2.0s;

  }


.yes{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background :rgb(26, 0, 26,0.5);
	
	box-shadow: 1px 1px 7px rgb(26, 0, 26);
}

#body{
	background: #232323;
	margin: 0;
	font-family: "Avenir";
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	


}
#result{
	display: inline-block;
	width: 20%;
	text-align: center;
	color: red;
}

.reset{
	background-color:white;
	border:0px;
	text-transform: uppercase;
	color: rgb(6,141,199);
	outline: none;
	border-radius: 5px;
	
}
.easy{
background-color:white;
border:0px;
text-transform: uppercase;
color: rgb(6,141,199);
text-align: center;
	border-radius: 5px;

}
.selected{
background-color:white;
background: rgb(6,141,199);
border:0px;
text-transform: uppercase;
color: white;
text-align: center;
	border-radius: 5px;
}


#container{
	margin: 20px auto;
	max-width: 600px;
}
.square{
     width:30%;
	background:#232323;
	padding-bottom: 30%;
	margin: 1.66%;
	float: left;
	transition: all 2.0s;
	border-radius: 50%;



}

.hover{
	background: blue;
}
#display{
	font-size: 200%;

}

button:hover{
	background:rgb(204, 0, 153);
	color:white;
	transition: all 1.0s;
}

