html {
    image-rendering: pixelated; 
    cursor: url('https://hansuvious.neocities.org/acursor.webp') 16 16, help;
}

#navi {
    position: absolute;
    top: 45px;
    left:15px;
    width: 250px;
    height: 700px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold; 
    font-size: 36px;
    color: #493722;
    
}

.menu a{
    color: #493722;
    text-decoration: none;
    cursor: url('https://hansuvious.neocities.org/apoint.webp') 12 1, pointer;
}

.menu a:hover {
  color: #eeeeee;        /* Farbe beim Hover */
}

#list {
    list-style-type: none;
    line-height:40px;
    font-family: 'Courier New', Courier, monospace; 
    font-size: 18px;
}

.elements {
    user-select: none;
    -moz-user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: url('https://hansuvious.neocities.org/agrab.webp') 16 5, grab;
    position: absolute;
    filter: drop-shadow(4px 5px 2px #46301fb0)
}