body{
    height: 100vh;
    margin: 0px;
    padding: 0px;
   
}


#PokerField{
        display: flex;
        flex-direction: column;
        margin: 0;
        height: 100%;
        width: 100%;
        background-image: url("../pics/PokerField.png");
        background-repeat: no-repeat;
        background-position: center;


        justify-content: space-between;
        align-items: center;
}
#cards{
     display: flex;
    align-items: start;
    justify-content: space-around;
    width: 100%;
    height: 80vh;
   
    
}
#check{
  display: flex;
  justify-content: space-around;
  align-items: end;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 3%;
  
  
  
}
img{
    height: auto;
    width: 6%;
    border-radius:10px;
    
}
#test{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3%;
    
}
button{
    height: 50px;
}
#pic1{
    margin-top: 15%;
}
#pic2{
    margin-top: 15%;
}
#pic3{
    margin-top: 15%;
}
#pic4{
    margin-top: 15%;
}
#pic5{
    margin-top: 15%;
}



