
.player{
    margin: 15px;
    padding: 15px;
    border: 2px solid #0075ff;
    border-radius: 5px;
}
.pl-Icon{
    font-size: 80px;
}
.pl-Turn, .pl-Score{
    /*width: 50px;*/
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl-Turn{
    border-radius: 5px;
    border: 2px solid #007a3a;
}
.active-turn{
    background-color: #00ff75;
}
.you-won{

}
.you-lose{

}
