body, #root {
  background-color: var(--color-screen-bg);
  max-height: 100vh;
  overflow: hidden;
}

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