body {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  height: 100vh;
  min-height: 100vh;
  line-height: 1.5;
  font-size: 14px;
  margin: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

a {
  cursor: pointer;
}

.kp-modal-scroll {
  overflow: auto;
  display: flex;
  justify-content: center;
}

#root {
  display: flex;
  flex-direction: column;
  height: inherit;
}

