

.stoneCounter {
    margin-left: 10px;
    margin-top: 5px;
}



.woodCounter {
   margin-left: 15px;
   margin-top: 5px;
}


.stoneIcon {  
    background-size: 100%;
    width: 30px;
    height: 25px;  
    background-image: url(../../images/landscape/Stein\ Icon.png);
}

.woodIcon {
    background-size: 100%;
    width: 30px;
    height: 20px;
    background-image: url(/src/images/landscape/Holz\ Icon.png);
    margin-left: 6px;
    margin-top: 3px;
}



.showResources {
    position: fixed;
    left: 600px;
    top: 50px;
    width: 500px;
    height: 30px;
    border: 2px solid black;
    z-index: 300;
    display: flex;
    background-color: lightgray;
}
