html,
body,
#root {
  min-height: 100%;
}

html {
  background: #f3f6f8;
}

body {
  margin: 0;
  background: #f3f6f8;
}

button,
input,
select,
textarea {
  letter-spacing: 0;
}
