body {
    background: #1d1419;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.lb-card {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    line-height: 1.6;
    cursor: move;
}

#main { 
    width: 549px; 
    height: 439px; 
}

/* Nav buttons relative to #main */
#prev {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#next {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#synopsis { 
    width: 280px; 
}

/* Swarm fragments */
.generated-node {
    box-shadow: 0 5px 15px #000000;
}
