#master {
    width: 100%;
    height: 96vh;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cat-div {
    z-index: 100;
    position: absolute;
}

.cat {
    height: 340px;
    width: auto;
    z-index: 101;
    position: absolute;

    top: -215px;
    opacity: 0;
    display: block;
}

#content {
    z-index: 1;
}

#loading {
    z-index: 2;
    position: absolute;
    display: none;
}

#loading > h1 {
    z-index: 3;
    letter-spacing: 20px;
    margin: 0;
    margin-bottom: -25px;
    font-family: "Futura";
    font-size: 16em;
}

#done {
    display: none;
}

canvas {
    position: absolute;
    width: 98%;
    height: 50px;
    border-style: solid;
}