/* For main diagram on home page    */
body {
    background-color: black;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-family: 'jetbrains mono', monospace;
}

a {
    color: white;

}

a:hover {
    color: rgba(120, 120, 120, 0.507);
}

#mindmap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -100%);
    font-size: 2vw;
    scale: 50%;
}

@media only screen and (max-width: 1000px) {
    #mindmap {
        font-size: 4em;
        margin-left: 1em;
    }
}