/* Das Brett */
.board {
    position: relative;
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
}

/* Dartpfeile */
.dart {
    display: none;
    position: absolute;
    width: 2%;
    height: 2%;
    opacity: 80%;
    color: white;
    font-weight: bold;
    background-image: url("/images/dart2.svg");
    background-size: cover;
}

.throw {
    position: absolute;
    top: 17%;
    left: 12%;
    font-weight: bolder;
}
