body {
    background: #272b4a;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.nav-card {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    line-height: 1.6;
    cursor: move;
}

.nav-card img {
    display: block;
}

/* Specific card sizes to match original images */
#main { width: 249px; height: 172px; }
#paperbag { width: 150px; height: 100px; }
#mustard { width: 111px; height: 74px; }
#puppets { width: 195px; height: 195px; }
#motors { width: 257px; }

/* Swarm fragments */
.generated-node {
    box-shadow: 0 5px 15px #000000;
}
