*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.top-box{
    margin-top: 10px;
    width: 99%;
    margin: auto;
    height: 500px;
    border-radius: 30px;
    background-color: #1CB699;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
flex-direction: column;
}
.player-name{
    font-size:100px;
}
/* From Uiverse.io by barisdogansutcu */ 
.play-bta {
    width:120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
  color: white;
  text-shadow: 2px 2px rgb(116, 116, 116);
  text-transform: uppercase;
  cursor: pointer;
  border: solid 2px black;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  background-color: hsl(49deg 98% 60%);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-top: 20px;
}

button:active {
  transform: scale(0.9);
  transition: all 100ms ease;
}

button svg {
  transition: all 0.5s ease;
  z-index: 2;
}

.play-bta:hover {
  transition: all 0.5s ease;
  transition-delay: 300ms;
}

button:hover svg {
  transform: scale(3) translate(50%);
}

.now {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: 2;
}

button:hover .now {
  transform: translateX(10px);
  transition-delay: 300ms;
}

button:hover .play {
  transform: translateX(200%);
  transition-delay: 300ms;
}
.uidtext{
  font-size: 80px;
  color: gray;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.try-btn{
  padding: 20px;
  background-color: yellow;
  width: 300px;
  font-size: 30px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}
.try-btn:hover{
  transition: 0.2s;
  transform: scale(1.05);
}
.s-c{
  text-align: center;
  color: #1CB699;
  margin-top: 20px;
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
}
.card-1{
  width: 350px;
  height: 500px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 20px 20px 40px;
}
.main-card{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(img/collection\ of\ character.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif ;
  margin: 10px;
  cursor: pointer;
}
.card-1:hover{
  transform: scale(1.05);
  transition: 0.3s;
  box-shadow: 5px 5px 15px;
}
.char_1-removebg-preview{
  width: 300px;
  height: 300px;
  margin-top: 20px;
}
.char-name{
  text-align: start;
}
.char-description{
  font-size: 20px;
  text-align: center;
  color: lightgray;
  margin: 10px;
}
.char-select-btn{
  background-color: transparent;
  border-radius: 50px;
  transition: 2s;
  border: 2px solid;
  border-bottom: 3px solid;
  width: 200px;
  padding: 10px;
  cursor: pointer;
}

.char-select{
  text-decoration: none;
  color: red;
  font-size: 26px;
  font-weight: 600;
}
.l-g{
  color: #FFF6B9;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 100px;
}
.lotter-num-box{
  font-family: Arial, Helvetica, sans-serif;  
  width:400px;
  height: 400px;
  background-color: #FFF6B9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
}
.cir{
  margin: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 3px 10px;
}
.cli{
  margin: 10px;
  color: #AD140B;
  text-align: center;
}
.play{
  width: 220px;
  border-radius: 50px;
  background-color: #8B0000;
  color: #FFE5B4;
  font-size: 20px;
  margin-top: 8px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
}
.play-again{
  width: 220px;
  border-radius: 50px;
  background-color: #8B0000;
  color: #FFE5B4;
  font-size: 20px;
  margin-top: 8px;
  font-weight: 600;
  padding: 10px;
  margin-left: 30px;
  cursor: pointer;
}
.Lucky{
  color: #FFE5B4;
}
.wining{
  font-size: 120px;
  color: #8B0000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  /* margin-top: 300px; */
}
.you{
  font-size: 50px;
  color: #8B0000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 10px;

}