html {
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  color: #001331;
  background: #f7f8fb;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  display: flex;
}

main {
  max-width: 40rem;
}

h1 {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  color: #001331;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.25;
  position: relative;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 60rem) {
  h1 {
    font-size: 3.5rem;
  }
}

p {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  color: #8591a3;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 200;
  position: relative;
}

textarea, input {
  width: 100%;
  background: #fff;
  border: 1px solid #a7aeba;
  border-radius: 4px;
  margin: 0;
  padding: .25rem .5rem;
  display: block;
}

textarea:focus, input:focus {
  border-color: #00f;
  outline: none;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  font-size: 1rem;
}

input {
  font-size: 1.25rem;
}

input[type="file"] {
  display: none;
}

button {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #00f;
  background: none;
  border: 2px solid ;
  border-radius: 4px;
  outline: none;
  margin: 1rem 0;
  padding: .375em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  display: inline-block;
}

button:disabled {
  cursor: not-allowed;
  color: #dee2ec;
}

button + button {
  margin-left: .5rem;
}

pre {
  text-align: left;
  font-size: .75rem;
  overflow: hidden;
}

pre code {
  border: 1px solid #a7aeba;
  border-radius: 4px;
  padding: .5rem 1rem;
  display: block;
  overflow: auto;
}

table {
  width: 100%;
  border: 1px solid #a7aeba;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  position: relative;
}

table tr {
  white-space: nowrap;
  display: table-row;
}

table th, table td {
  text-align: left;
  font-size: .875rem;
  display: table-cell;
}

table th {
  padding: 1rem 1rem 0;
}

table td {
  padding: .5rem 1rem 1rem;
}

table input {
  min-width: max-content;
}

/*# sourceMappingURL=index.97fd1774.css.map */
