html,
body,
#root {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

* {
  box-sizing: border-box;
  font-family: 'Roboto';
}

*:focus {
  outline: none !important
}
