html {
  font-size: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  font-size: 1rem;
}
table,
th,
td {
  font-size: 1rem;
}
input,
button,
textarea,
select {
  font-size: inherit;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0;
  gap: 1em;
  margin-top: 3em;
  font-family: sans-serif;
}
label {
  margin-bottom: 0.5em;
}
.upsertTextFile .fileBinaryControls,
.deleteFile .fileContentControls,
.deleteFile .fileBinaryControls,
.upsertBinaryFile .fileNameControls,
.upsertBinaryFile .fileContentControls {
  display: none;
}
