/* body {
    background-color: black;
    display:flex;
        align-items: center;
        justify-content: center;
    margin:0;
    min-height:100vh;
    min-width:100vw;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout:none;
} */

#fwcanvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /* top: 5vh;
    left: 5vw;     */
    background-color: rgba(0, 0, 0, 0.0);
    height:100%;
    width:100%;
    /* height:90vh;
    width:90vw; */
    z-index: 0;
    pointer-events: none;
}

.portfolio {
    position:absolute;
        top:10px;
    visibility:hidden;
}

.portfolio a {
    color:oldlace;
    opacity:0.3;
    text-decoration: none;
}
