.card{
    width: 800px;
    height: 500px;
    background-color: lightgoldenrodyellow;
    border-radius: 20px;
    box-shadow: 5px 5px 2px;
    
}
.left{
    width: 200px;
    height: 200px;
    background-color: aquamarine;
    border-radius: 200px;
    position: relative;
    top: 100px;
    left: 20px;
    overflow: hidden;
    border: 5px solid black;
    
    
    

}
.box{
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background-color:black;
    color: white;
    position:relative;
    top: 100px;
    left: 20px;
}
.box1{
    width: 200px;
    height: 50px;
    border-radius: 30px;
    background-color:black;
    color: white;
    position:relative;
    top: -260px;
    left: 20px;
}
.line{
    width: 5px;
    height: 450px;
    background-color:aliceblue;
    margin-top: -300px;
    margin-left: 300px;
}
.right{
    margin-left:500px ;
    margin-top:-440px;
}
.trophy{
    margin-left: 350px;
    margin-top: 130px;
}
.game{

    margin-left: 450px;
    margin-top: -50px;
}
.peo{
    margin-left: 550px;
    margin-top: -60px;

}
.cup{
    margin-left: 650px;
    margin-top: -60px;

}