html,
body,
#root {
  width: 100%;
  padding: 0;
  margin: 0;
}
textarea:focus,
input:focus {
  outline: none;
}
.hoverOpacity > * {
  opacity: 0.5;
}
