.scan-pattern
{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}
.footer
{
    display: flex;
    justify-content: space-between;
}
#element-anchor
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    margin: auto 0;
}
.generator-page
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.node::after
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 15px #00ff00, 0 0 20px #00ff00, 0 0 25px #00ff00, 0 0 30px #00ff00;
    background-color: #00ff00;
    opacity: var(--opacity);
    z-index: -1;
    transform: scale(var(--scale-factor));
}

#select-app-link {
    color: #00ff00;
    font-family: 'Space Mono', monospace;
    text-align: center;
    transform: scale(var(--scale-factor));
    align-self: flex-end;
    font-size: 11px;
    width: 70px;
}