@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #001100;
    font-family: 'Share Tech Mono', monospace;
    overflow: hidden;
}

#topo-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    width: 80%;
    height: 80%;
    overflow: visible;
}

path {
    fill: none;
    stroke: #0f0;
    stroke-width: 2;
    transition: d 0.5s linear;
}

.hud {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #0f0;
    font-size: 2rem;
    letter-spacing: 15px;
    opacity: 0.8;
}
