#gamearea {
    position:relative;
}

.pp-hole{
    width:10px;
    height:10px;
    border-radius:5px;
    background-color:black;
    position:absolute;
}

#levelselectcontainer{
    display:flex;
    justify-content:space-around;
    width: 100%;
}

.plank{
    height:20px;
    position:absolute;
    display:flex;
}

.plank-a,.plank-c{
    border-width:5px;
    border-style:solid;
}

.plank-1 .plank-a,.plank-1 .plank-c{
    border-color:#065300;
}

.plank-1 .plank-b{
    background-color:#065300;
}

.plank-2 .plank-a,.plank-2 .plank-c{
    border-color:#0000ff;
}

.plank-2 .plank-b{
    background-color:#0000ff;
}

.plank-4{
    
}

.plank-a{
    width:10px;
    border-radius:10px 0px 0px 10px;
    
}

.plank-b{
    text-align:center;
    user-select:none;
}

.plank-c{
    width:10px;
    border-radius:0px 10px 10px 0px;
}