*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.table {
  width: 70%;
  min-width: 32rem;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  border: 1px solid #000; }

.row {
  display: grid;
  grid-template-columns: repeat(9, minmax(min-content, 1fr));
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 1rem; }

.col {
  text-align: center;
  border: 1px solid #000; }
  .col:first-child {
    border-left: none; }
  .col:last-child {
    border-right: none; }

.caption {
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto 1rem; }

.dataset {
  width: 50%;
  margin: 5rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .dataset__input {
    width: 100%;
    height: 20rem;
    margin-top: 2rem;
    margin: 0 auto;
    display: inline-block;
    resize: none; }

.btn {
  color: #fff;
  border: none;
  background: indianred;
  padding: 1rem;
  font-size: 1.7rem;
  margin-top: .5rem;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
