html {
  font-size: 10px;
  background-color: #e5eaf5;
}

html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Roboto";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e5eaf5 !important;
}

#root {
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  border-radius: 8px;
  max-height: 50px;
  outline: 1px solid #a4a4a4;
}

code {
  font-family:
    source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
