body{
  background-color: #14BDAC;
  font-family: 'Indie Flower', cursive;
}
.cellsRow .col-md-4 {
  height: 11.11vw !important;
  padding: 0px;
}
.game {
  //position: absolute;
  //z-index: -1;
}
#gamespace {
  padding: 0px;
  position: relative;
}
#cell1{
  border-right: 6px solid #0DA192;
  border-bottom: 6px solid #0DA192;
}
#cell2{
  border-right: 6px solid #0DA192;
  border-bottom: 6px solid #0DA192;
}
#cell3{
  border-bottom: 6px solid #0DA192;
}
#cell4{
  border-right: 6px solid #0DA192;
  border-bottom: 6px solid #0DA192;
}
#cell5{
  border-right: 6px solid #0DA192;
  border-bottom: 6px solid #0DA192;
}
#cell6{
  border-bottom: 6px solid #0DA192;
}
#cell7{
  border-right: 6px solid #0DA192;
}
#cell8{
  border-right: 6px solid #0DA192;
}
.x{
  color: #263238;
}
.o{
  color: white;
}
h1{
  padding: 20px;
  margin: 30px;
}
.options{
  min-height: 33.33vw !important;
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-top: 160px;
  border: 5px solid #1DE9B6;
  border-radius: 10px;
}
.btn{
  border: 5px dotted #0DA192;
  border-radius: 5px;
  background-color: transparent;
}
h1{
  font-size: 65px !important;
  margin: 20px;
}
.spacer{
  padding-top: 40px;
}
.turn{
  border: 2px solid #1DE9B6;
  border-radius: 5px;
  padding: 10px;
}
