body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: radial-gradient(circle at center, #0f011d 0%, #04010a 100%);
    font-family: "Google Sans", sans-serif;
}

#space {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

svg {
    width: 90vw;
    max-width: 1200px;
    height: auto;
    overflow: visible;
}

svg text {
    font-family: 'Orbitron', sans-serif;
    font-size: 90px;
    font-weight: 800;
    letter-spacing: 0.1ch;
    fill: transparent;
    stroke: #e664ff;
    stroke-width: 1.5px;
    filter: drop-shadow(4px 4px 0 #64fff5);
}