html, body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

#addButton {
    width: 40px;
    height: 40px;
    border: none;
}

.editNotaName {
    height: 10%;
}

.editTextArea {
    height: 90%;
}

#blocoEdicao {
    display: none;
}

#salvarNomeEdit {
    display: none;
}