.sitema {
    background-color: #66007a;
    color: #ffff00;
    font-family: Verdana;
    overflow: hidden;
}
.sitema .map {
    position: absolute;
    top: 1dvh;
    color: white;
    background-color: black;
    font-size: 32px;;
    font-weight: bold;
    z-index: 1;
}
.sitema .mapelement {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 28px;
    display: flex;
}
.sitema .submap {
    color: white;
    background-color: black;
    font-size: 14px;
    font-weight: bold;
    width: fit-content;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
}
.sitema .oldlink {
    color: #66007a;
    text-decoration: underline;
}
.sitema .design-shade {
    color: black;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 150px;
    line-height: 0.955;
    z-index: 0;
}
.sitema .overlay {
    color: #e8d8c9;
}
.sitema .overlay:hover {
    color: transparent;
}