body {
  padding: 50px;
  font: 24px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: radial-gradient(#00cbff, transparent);
}

a {
  color: #7500ff;
}

textarea {
    width: 100%;
    height: 500px;
    font-size: 24px;
    font-weight: bold;
    background: darkgray;
}

ul#notesList li {
    list-style-type: none;
    margin:  18px 0px;
}

button#delete {
    background: red;
    color: white;
}