body {
  background-color: #F9F1DE;
  font-family: alegraya;
}

@font-face {
  font-family: alegraya;
  src: url(../fonts/alegraya.otf);
}

.btn-br {
  position: fixed;
  bottom: 0;
  right: 0;
}

.btn-bl {
  position: fixed;
  bottom: 0;
  right: 0;
}

.empty {
  filter: grayscale(100%);
}

.empty-button {
    border: 0;
    background: none;
}

.textarea:read-only{
  background-color:rgb(133, 67, 67);
  background: cyan;
}

.input:read-only{
  background-color:rgb(133, 67, 67);
  background: cyan;
}

.boxsizingBorder {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}