html {
}

body {
  height: calc(var(--vh) * 100);
}

#root {
}

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