header {
    height: 60px;
    background-color: grey;
    overflow: hidden;
    display: flex;
}

#wuerfelbiene img{
    height: 100%;
}

#wuerfelbiene {
    width: 55px;
    background-color: blue;
    border: 3px dashed red;
    display: flex;
}


nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: end;
    padding: 10px;
}

nav a {
    text-decoration: none;
    -webkit-text-fill-color: aqua;
    font-style: italic;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 3px 3px;
}