body {
    background-color: #1d2a35;
    color: #d3cfc9;
}

.header {
    background-color: #111a22;
    font-size: 60px;
    padding:  10px 0 5px 10px;
    text-shadow: 2px 2px black;
    margin: -8px -8px 0 -92px;
    position: sticky;
    box-shadow: 10px 10px 50px #0f161b;
    top: 0px;
    left: 0px;
    width: 100%;
}
th {
    padding: 5px;
    text-align: left;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


#Menu {
    background-color: #111a22;
    height: 120%;
    width: 250px;
    position: fixed;
    z-index: 3;
    left: 75px;
    box-shadow: 2px 20px 50px #0f161b;
    display: none;
    line-height: 1.8;
    top: 74px;
}


#but {
    background-color: #111a22;
    border: none;
}

#Sidebar {
    float: left;  
    background-color: #111a22;
    margin: 0 0 0 -20px;
    padding: 3px 0 0 10px;
    width: 80px;
    z-index: 3;
    height: 100%;
    position: fixed;
    left: 8px;
    border: none;
    top: 80px;
}

.div1 {
    position: relative;
    left: 85px;
}

td {
    padding: 2px;
}

td:hover {
    background-color: #1d2a35;
    border-radius: 20px;
}
.ref {
    min-width: 180px;
    min-height: 150px;
}
.body {
    background-color: #111a22;
    border: 2px solid #2d363e;
    border-radius: 15px;
    color: #ffffdd;
    margin: 25px 0;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.body1   {
    background-color: #111a22;
    border: 2px solid #2d363e;
    border-radius: 15px;
    color: #ffffdd;
    margin: 25px 0;
    padding: 10px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}



.drip {
    max-width: 1300px;
}
a:link, a:visited, a:active {
    color: #b4b4a0; /* Default link color */
    text-decoration: none;
}

#kanker {
    color: inherit; /* Inherits the color from the parent element, blending with the text */
}
