#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}
