
.notes-textbox {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0.4em;
    margin: 0;
    border-radius: 0.3em;
    color: var( --color-primary-500);
    background-color: #eee;
    font-size: 1.2em;
}