body {
    font-family: 'Special Elite', serif;
}

/* We use JavaScript to dynamically adjust the height, but ensure overflow is hidden initially */
textarea {
    overflow-y: hidden;
    /* Prevents scrollbar flashing during resize */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

textarea::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}