body {
    display: flex;
    justify-content: center;
    background-color: #444;
    padding-top: 5rem;
}

textarea {
    width: 800px;
    max-width: 80%;
    height: 600px;
    background-color: transparent;
    border-color: #996bef;
    border-width: 4px;
    border-radius: 8px;
    padding: 1rem;
    color: white;
}


img.cat {
	position: fixed;
	bottom: 0;
	left: 80vw;
	pointer-events: none;
	opacity: 0;
	transition: opacity 500ms;
	filter: drop-shadow(2px 4px 6px black);
	z-index: -1;
}

canvas {
	position: fixed;
	transition: opacity 500ms;
}