/* hide the made with footer */
.watermark {
    visibility: hidden;
  }

/* hide the tasklist title/status row */
.space-y-1\.5.p-6.flex.flex-row.items-center.justify-between {
    visibility: hidden;
}

button#stop-button {
    display: none;
}