.body{

}

.cup{
    position: relative;
    width: 600px;
    height: 1200px;
    background: darkgrey;
}
.h1 {
    font color: green;
    
}
.wallet {
    width: 200px;
    height: 300px;
    background: brown;
    position: fixed;
    bottom: 400px;
    left: 200px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 10px;
}



.card {
    width: 160px;
    height: 280px;
    background: white;
    position: absolute;
    left: 220px;
    top: 200px;
    border-radius: 10px 10px 10px 10px;

}
.strip {
    width: 20px;
    height: 280px;
    background: black;
    position: absolute;
    left: 250px;
    top: 200px;
}
.chip {
    width: 40px;
    height: 50px;
    background: grey;
    position: absolute;
    left: 290px;
    top: 220px;
    opacity: 40%;
    border-radius: 10px 10px 10px 10px;
}
.sign { 
    width: 25px;
    height: 170px;
    background: lightyellow;
    position: absolute;
    left: 290px;
    top: 300px;
}
.circle {
  width: 40px;
  height: 40px;
  background: orange;
  position: absolute;
    left: 40px;
    top: 80px;
  border-radius: 50%

}
.circle2 {
  width: 40px;
  height: 40px;
  background: red;
  position: absolute;
    left: 1px;
    top: 25px;
    
  border-radius: 50%
  

}


.inline{
    display: inline-block;
}