@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  height: 100vh;
  color: #333;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  position: relative;
  width: 100rem;
  height: 60rem;
  background-color: rgba(22, 167, 65, 0.651);
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}

.player {
  flex: 50%;
  padding: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.75s;
}

.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  border: none;
  font-family: inherit;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: solid;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s;
  background-color: rgba(156, 154, 154, 0.6);
  padding: 0.7rem 2.5rem;
  border-radius: 50rem;
  box-shadow: 0 1.75rem 3.5rem rgba(0, 0, 0, 0.1);
}

.btn--chips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  border: none;
  font-family: inherit;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: solid;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s;
  background-color: rgba(156, 154, 154, 0.6);
  padding: 0.7rem 2.5rem;
  border-radius: 50rem;
  box-shadow: 0 1.75rem 3.5rem rgba(0, 0, 0, 0.1);
}

.btn--subChips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  border: none;
  font-family: inherit;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: solid;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s;
  background-color: rgba(156, 154, 154, 0.6);
  padding: 0.7rem 2.5rem;
  box-shadow: 0 1.75rem 3.5rem rgba(0, 0, 0, 0.1);
}

.rndcrnrs {
  border-radius: 10px;
}

.btn--deal {
  top: 25rem;
  left: 20%;
  width: 150px;
}
.btn--hit {
  top: 52rem;
  left: 30%;
  width: 150px;
}
.btn--stand {
  top: 52rem;
  left: 50%;
  width: 150px;
}
.btn--dbl {
  top: 52rem;
  left: 70%;
  width: 150px;
}

.btn--one {
  top: 15rem;
  left: 85%;
  width: 100px;
  background-color: rgb(255, 255, 255);
}

.btn--five {
  top: 25rem;
  left: 85%;
  width: 100px;
  background-color: rgb(255, 255, 255);
}

.btn--twentyFive {
  top: 35rem;
  left: 85%;
  width: 100px;
  background-color: rgb(255, 255, 255);
}

.btn--hundred {
  top: 45rem;
  left: 85%;
  width: 100px;
  background-color: rgb(255, 255, 255);
}

.btn--subOne {
  top: 15rem;
  left: 94%;
  width: 25px;
  background-color: rgb(255, 255, 255);
}

.btn--subFive {
  top: 25rem;
  left: 94%;
  width: 25px;
  background-color: rgb(255, 255, 255);
}

.btn--subTwentyFive {
  top: 35rem;
  left: 94%;
  width: 25px;
  background-color: rgb(255, 255, 255);
}

.btn--subHundred {
  top: 45rem;
  left: 94%;
  width: 25px;
  background-color: rgb(255, 255, 255);
}

.btn:active {
  transform: translate(-50%, 3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.btn:focus {
  outline: none;
}

.dlr1 {
  position: absolute;
  left: 40%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.cardback {
  position: absolute;
  left: 55%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.dlr2 {
  position: absolute;
  left: 55%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.dlr3 {
  position: absolute;
  left: 57.5%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.dlr4 {
  position: absolute;
  left: 60%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.dlr5 {
  position: absolute;
  left: 62.5%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.dlr6 {
  position: absolute;
  left: 65%;
  top: 5rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr1 {
  position: absolute;
  left: 40%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr2 {
  position: absolute;
  left: 55%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr3 {
  position: absolute;
  left: 57.5%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr4 {
  position: absolute;
  left: 60%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr5 {
  position: absolute;
  left: 62.5%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.plr6 {
  position: absolute;
  left: 65%;
  top: 28rem;
  transform: translateX(-50%);
  height: 20rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-image: url("../Images/intro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  width: 420px;
  padding: 6rem;
  border-radius: 15px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(177, 166, 166, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.display {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  height: 15rem;
  width: 60rem;
  border-radius: 10px;
  background-color: rgb(74, 136, 136);
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: 20px;
  font-size: 35px;
  opacity: 75%;
}

.display-text {
  margin-top: 9%;
}

.bet {
  position: absolute;
  left: 20%;
  top: 7rem;
  transform: translateX(-50%);
  height: 15rem;
  width: 22rem;
  border-radius: 10px;
  background-color: rgb(74, 136, 136);
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: 20px;
  font-size: 35px;
  opacity: 75%;
}

.betamt {
  position: absolute;
  left: 18%;
  top: 12rem;
  transform: translateX(-50%);
  height: 15rem;
  width: 10rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  vertical-align: 20px;
  font-size: 65px;
  opacity: 75%;
}

.pscore {
  position: absolute;
  left: 4%;
  top: 36rem;
  transform: translateX(-50%);
  height: 10rem;
  width: 10rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  vertical-align: 150px;
  font-size: 50px;
  opacity: 75%;
}

.dscore {
  position: absolute;
  left: 4%;
  top: 11rem;
  transform: translateX(-50%);
  height: 10rem;
  width: 10rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  vertical-align: 150px;
  font-size: 50px;
  opacity: 75%;
}

.bankroll {
  position: absolute;
  left: 20%;
  top: 32.5rem;
  transform: translateX(-50%);
  height: 15rem;
  width: 22rem;
  border-radius: 10px;
  background-color: rgb(74, 136, 136);
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: 20px;
  font-size: 35px;
  opacity: 75%;
}

.bankroll2 {
  position: absolute;
  left: 18%;
  top: 37.5rem;
  transform: translateX(-50%);
  height: 15rem;
  width: 10rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  vertical-align: 20px;
  font-size: 65px;
  opacity: 75%;
}

.container {
  margin: 5px;
  padding: 5px;
}





/* are you able to update my code for me by adopting these best practices and listing it how I did with each filename called out then the code for each following that
 */
