body {
    background: #fff;
    margin: 0;
}

#svgContainer {
    position: absolute;
    width: 100%;
/*    height: 90vW; */
/*    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5)); /* Legg til skygge for alle nettlesere */
    z-index: 1;
}

.cls-1 {
    fill: #262626;
}

#content {
    padding: 5%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: normal;
    max-width: 850px;
    position: relative; /* Allow normal document flow */
    z-index: 2;
/*    margin-top: 0; /* Start without margin */
    top: 70vw;
     
} 

a {
    color: #239330;
}

#combinedSvg {
    position: absolute;
    top: 0;
    left: 0;
}

#nueName1_lyr path {
    transition: transform 1s ease, fill 0.5s ease;
    transform-origin: center center;
}

#nueName1_lyr.active path {
    -webkit-transform: translateX(-50%) translateY(27%) rotate(-26deg) scale(120%);
    transform: translateX(-50%) translateY(27%) rotate(-26deg) scale(120%);
}

table {
    table-layout: fixed;
    width: 140%;
    margin: 3em 0;
    border-spacing: 0 0.5em;
}
