html,
body {
  height: 100%;
}

#root {
  height: 100%;
}

body {
  margin: 0;
  overflow-y: hidden;
}

/* input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
} */
