body{
  background-color: rgba(255, 0, 0, 0.5);
}

#result{
  color: blue;
  background-color: black;


}

#input{
  font-size: 30px;
}

.x{
  color:purple !important;
}

.game{
  width: 400px;
  background-color: green;
  margin: auto;
}
