@font-face {
    font-family: Green_Energy;
    src: url('media copy/Green_Energy.ttf'); 
}



body {
    background-color: black;
    color: white;
           font-family: 'Green_Energy', sans-serif;

    text-align: center;
}

svg {
    width: 100%;
    height: 90vh;
}

.node {
    stroke: #ff009c;
    stroke-width: 1.5px;
}

.link {
    stroke: limegreen;
    stroke-width: 2px;
    opacity: 0.6;
}

.tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: limegreen;
    padding: 10px;
    border-radius: 5px;
    display: none;
    font-size: 14px;
}




a {
    position: fixed;
    bottom: 26px; 
    left: 86%;
    transform: translateX(-50%); 
    z-index: 1000;
}

a img {
    width: 127px; 
    height: auto;
}



#legend {
    position: absolute;
    top: 82%;
    right: 20px;
    background: rgba(255, 0, 127, 0.85);
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    color: #73c900;
    font-size: 14px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.legend-color {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
}
