h1, h2, h3, h4 {
  display: flex;
  align-items: center;
}

h1 button,
h2 button,
h3 button,
h4 button {
  font-size: .3em;
}

#root button,
#root small,
#root input,
#root select {
  all: revert;
}
