#content, #settings {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content {
  z-index: 0;
  width: 100%;
  height: 100%;
}
#content #currentNote {
  font-size: 5em;
  padding-bottom: 50px;
}
#settings {
  z-index: 10;
  position: absolute;
  right: 0px;
  font-size: 3em;
}
#settings #settings-menu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
#settings input {
  transform: scale(3);
  margin: 15px;
}
#settings #settings-expand {
  position: absolute;
  top: 100px;
  right: 100px;
  background-color: #c0c0c0;
  display: none;
  width: 600px;
  opacity: 0.8;
  padding: 5px;
  border-radius: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.items {
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
