body {
  text-align: center;
  background-color: #282828;
  font-family: Helvetica;
  font-size: 200%;
  color: white;
}

.container {
	width: 300px; 
	margin: 0 auto; 
  text-align: center;
  display: grid;
  grid-template-columns: 100px 100px 100px;
  background-color: #282828;
  padding: 0;  
}

.box {
  text-align: center;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background-color: #282828;
  color: white;
  font-size: 275%;
  font-weight: bold;
  cursor: pointer;
}

#box1 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #282828;
  border-top: 3px solid #282828;
}

#box2 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  border-top: 3px solid #282828;
}

#box3 {
  border-right: 3px solid #282828;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  border-top: 3px solid #282828;
}

#box4 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #282828;
  border-top: 3px solid #808080;
}

#box5 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  border-top: 3px solid #808080;
}

#box6 {
  border-right: 3px solid #282828;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  border-top: 3px solid #808080;
}

#box7 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #282828;
  border-left: 3px solid #282828;
  border-top: 3px solid #808080;
}

#box8 {
  border-right: 3px solid #808080;
  border-bottom: 3px solid #282828;
  border-left: 3px solid #808080;
  border-top: 3px solid #808080;
}

#box9 {
  border-right: 3px solid #282828;
  border-bottom: 3px solid #282828;
  border-left: 3px solid #808080;
  border-top: 3px solid #808080;
}

.infoBar {
	height: 30px; 
  margin: 0 auto; 
  margin-top: 5px;
  font-size: 175%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00cc99;
  font-weight: bold;
}

.scoreboard {
	width: 300px; 
	margin: 0 auto; 
  display: grid;
  grid-template-columns: 150px 150px;
  margin-top: 30px;
  font-size: 75%;
}

.displayPlayerXScore {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  border: solid 1px #808080;
  border-radius: 25px;
  color: white;
  background-color: #808080;
}

.displayPlayerOScore {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  border: solid 1px #808080;
  border-radius: 25px;
  color: white;
}

.reset {
	width: 300px; 
  margin: 0 auto; 
  margin-top: 20px;
  font-size: 65%;
  text-align: center;
  border: solid 1px #808080;
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  cursor: pointer;
}