@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

* {
  margin: 0;
  padding: 0;
}

.ch {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  border: 3px solid #8f178b;
  background-color: transparent;
  color: white;
}

html {
  height: 100%;
}

.container {
  display: flex;
  justify-content: center;
  color: white;
  /* align-items: center; */
  font-size: 26px;
  gap: 150px;
  border: 5px solid #8f178b;
  border-radius: 7px;
  padding-left: 5%;
  padding-right: 5%;
}
.pictur {
  position: relative;
}

.contain {
  z-index: 1;
}

.piic {
  display: flex;
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  z-index: 2;
}
body {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  background-image: url("./Public/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.versus {
  display: flex;
  justify-content: center;
  color: white;
  /* align-items: center; */
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.result {
  padding-top: 4%;
  font-size: 26px;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: white;
}
.line {
  height: 200px;
  border: 2px solid #8f178b;
  width: 0;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choice {
  width: 200px;
  height: 200px;
  border: 5px solid #8f178b;
  border-radius: 16px;
}

.choices {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.ch:hover {
  cursor: pointer;
  height: 180px;
  width: 180px;
  transition: 0.5s;
  box-shadow: #8f178b 0 0 20px 13px;
}
.playerChoices {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  border: 0;
}

/* .player,
.comp {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 32px;
} */
.container {
  display: flex;
  justify-content: center;
  color: white;
  /* align-items: center; */
  font-size: 26px;
  gap: 150px;
  border: 5px solid #8f178b;
  border-radius: 7px;
  padding-left: 5%;
  padding-right: 5%;
}
.compSide,
.playerSide {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  padding-top: 3%;
}
.ch img {
  height: 142px;
}
@media only screen and (max-width: 869px) {
  body {
    gap: 20px;
  }

  .choices {
    align-items: center;
    gap: 15px;
  }

  .ch img {
    height: 115px;
    width: 100px;
  }
  .ch {
    width: 120px;
    height: 120px;
  }

  .ch:hover {
    height: 140px;
    width: 140px;
  }

  .container {
    flex-direction: column-reverse;
    border: 0px;
    gap: 20px;
  }

  .line {
    display: none;
  }

  .versus {
    font-size: 20px;
    margin-top: 20px;
  }

  .result {
    font-size: 20px;
  }

  .playerSide,
  .compSide {
    gap: 15px;
  }

  .choice {
    width: 150px;
    height: 150px;
  }
  .choice img {
    height: 150px;
  }
}
