* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.no-resize {
  resize: none;
}

/*# sourceMappingURL=master.css.map */
