/* html {
    min-height: 100vh;
} */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#drosomad {
    text-align: center;
    font-size: calc(2rem + 4vw);
    font-weight: 200;
}

svg#net {
    max-width: 30rem;
}

.art-caption {
    position: absolute;
    display: flex;
    justify-content: end;
    font-weight: 600;
    color: rgb(174, 174, 174);
    right: 1rem;
    bottom: 0.75rem;
    line-height: 1em;
}
.subtitle {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 3;
}