body{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rps{
  display: flex;
  width: 10vw;
  height: 10vw;
  justify-content: space-between;
  cursor: pointer;
}
.rpsChoice {
  display: flex;
  width: 20vw;
  height: 20vw;
  justify-content: center;
  margin: 20px;
}
.score {
  display: flex;
  width: 190px;
  height: 100px;
  justify-content: center;
  align-items: center;
}
