.grotecontainer{
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button{
    border-radius: 12px;
}
.linkercontainer{
    height:70%;
    width:20%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    row-gap: 10px;
}
.rechtercontainer{
    height: 70%;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: center;
    padding-right: 60px;
}
.versus{
    height: 200px;
    width: 200px;
    
}
image{
    height: 135px;
    width: 135px; 
    border-color: white;
}
.laf{
    height: 135px;
    width: 135px; 
}
.hands{
    height: 215px;
    width: 215px; 
}
.handc{
    height: 215px;
    width: 215px; 
}
