.wrapper{
  width: 800px;
  height: 500px;
  margin: auto;

}

.chalkBoard{
  position: relative;
  z-index: 1;
  background-image: url("http://ak3.picdn.net/shutterstock/videos/186583/thumb/1.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  width: 800px;
  height: 480px;
  margin: auto;
  border: 5px solid black;
  border-radius: 25%;
  display: none;
}

body{
  background-color: black;

}

.xo{
display: inline-block;
  color: white;
  font-family: 'Indie Flower', cursive;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  line-height: 50%;
  height: 100px;
  width: 100px;
  margin : 0 auto;
  margin-top: 10px;
  padding-top: 20px;
  padding-left: 30px;
}

.board{
  margin-left: 160px;
  padding-top: 50px;
  width: 500px;

}


.controls{
  /*width: 800px;*/
  display: inline-block;
  width:auto;
  margin-left: auto;
  border: 5px solid black;
  border-radius: 25%;
  text-align: center;


}
.button{
  font-size: 30px;
  font-family: 'Indie Flower', cursive;
  border-radius: 100%;
  margin-left: 50px;

}

.settings{
  width: 400px;
  margin: auto;
  margin-top: auto;
  background-color: white;
  text-align: center;
  border-radius: 400px;

}

.settings button{
  font-size: 30px;
  margin: auto;
  font-family: 'Indie Flower', cursive;
  border-radius: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}

.xoSelect{
  display: none;
}
.difficultyChoice{
  display: none;
}
.message{
  position: relative;
  z-index: 5;
  width: 400px;
  background-color: white;
  font-size: 40px;
  margin: auto;
  margin-top: -250px;
  font-family: 'Indie Flower', cursive;
  border-radius: 800px;
  text-align: center;
}

.reset{
  font-size: 30px;
  background-color: rgba(255, 0, 0, 0.5);
  font-family: 'Indie Flower', cursive;
  border-radius: 100%;
  margin-left: 680px;
  margin-top: 50px;
}

.no-highlight{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
