* {
  background-color: #356549;
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

.total {
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.name {
  height: 100px;
  width: 100%;
  border: 1px solid white;
}

.title {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-section {
  height: 60%;
  width: 100%;
}

.score {
  border: 1px solid white;
  height: 25%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.score-section {
  height: 100%;
  width: 50%;
  background-color: #84BA9A;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show {
  height: 75%;
  width: 100%;
}

.intractive-section {
  height: 100%;
  width: 100%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.game-button {
  height: 110px;
  width: 110px;
  background-color: rgb(35, 65, 49);
  border-radius: 55px;
  color: white;
  border: 2px solid white;
  overflow: hidden;
}

#reset-score,
#reset-mat {
  height: 50px;
  width: 150px;
  background-color: white;
  color: black;
  border: 2px solid white;
  font-weight: bold;
  font-size: 25px;
}

#playermove,
#computermove {
  height: 90%;
  width: 50%;
  border-radius: 70%;
  border: 2px solid white;
  overflow: hidden;
}

.pic {
  height: auto;
  width: 35%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.move {
  height: 100%;
  width: 100%;
}

.fix {
  height: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.score-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.position {
  height: 30%;
  width: 100%;
  display: flex;
}

.letters {
  display: flex;
}

.playermove-number,
.computermove-number {
  color: white;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}

.playermove-letter,
.computermove-letter {
  height: 100%;
  width: 50%;
  color: white;
  border: 1px solid white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#choose{
  height:600px;
  width:100%;
  color:white;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction :column;
}
.bat,.bowl{
  margin-bottom: 10px;
  height: 50px;
  width: 150px;
  background-color: white;
  color: black;
  border: 2px solid white;
  font-weight: bold;
  font-size: 15px;
  border-radius :10px;
}
.hand{
  height:100px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}