/* ==========================================================================
   Basics
   ========================================================================== */

body {
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
    font-size: 16px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

#bg-canvas {
    z-index: 0;
}

.canvas {
    z-index: 1;
}

#child {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -100px;

}

#child h4 {
    font-family: "STKaiti";
    font-size: 40px;
    color: #f584b7;
    position: relative;
    top: -40px;
    left: -65px;
}

#pinkboard {
    width: 100%;
    height: 100%;
}

#child,
#pinkboard {
    display: none;
    z-index: 3;
}

/* 
body {
    -webkit-perspective: 1000;
    -webkit-perspective-origin-y: 25%;
} */