* {
  font-family: 'Courier New', Courier, monospace;
}

body {
  background: #000;
  color: white;
}

.dot-green {
  background: green;
}

.label-admin-post {
  background: #fff;
  color: black;
  padding: 2px 4px;
}

.note-card {
  background: #e5e5e5;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  user-select: none; /* Restirected */
  cursor: pointer;
}