body {
    background-color: #ffe9df;
    color: #884c1e;
    font-family: "Roboto", sans-serif;
}

/* Roboto class */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400; /* normal */
  font-style: normal;
}

.pixel {
  width: 128px;
  height: 128px;
  image-rendering: pixelated;
}

