html {
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  list-style-position: inside;
  padding: 0;
  position: relative;
  margin: 0;
}

.ql-container {
  border: none !important;
  font-size: 1rem !important;
  height: unset !important;
}

.ql-container .ql-editor {
  padding: 0 !important;
  height: unset !important;
}
