body
{
  background-color: teal;
}

#playerChoice
{
  background-color: white;
}
#computerChoice
{
  background-color: white;
}
#result
{
  background-color: white;
}
#game-container
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: lightgrey;
  padding: 20px;
  border-radius: 5%;
  text-align: center;
  box-shadow: 2px 10px 10px 2px
}
button
{
  display: flex;
  margin-left: 115px;
  margin-top: 20px;
}
