
.big-box{
    text-align: center;
    border: 2px solid black;
    margin: 0%;

}
.box-1, .score-box{
    display: flex;
    border: 1px solid black;
    justify-content: space-around;
    margin: auto;
}
.box-1 img{
 margin: 10px;
 height: 100px;
 width: 100px;
 /* transition: transform 2s; */
}
.box-1 img:hover{
    box-shadow: 0px 15px 15px rgb(117, 237, 117);
    /* transform: rotateY(150deg); */
}

table{
    border: 2px solid black;
}