      @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
      body{
        background: #f5f6fa;
        line-height: 1.7;
        font-family: 'Open Sans';
      }
      nav{
        box-shadow: 0 1px 3px 2px rgba(31,43,58,.08);
      }
      table {
        display: block;
        overflow: auto;
        white-space: nowrap;
        border: 1px solid lightgray;
        background: white;
      }
      table tbody {
        display: table;
        width: 100%;
      }
      .data-input{
        width: 100%;
        height: 300px;
        border: 1px solid #b1b1b1;
        border-radius: 0;
        box-shadow: none;
      }
      .data-output{
        width: 100%;
        height: 300px;
        border: 1px solid #b1b1b1;
        border-radius: 0;
        box-shadow: none;
      }
      textarea{
        resize: none;
        font-size: medium;
        padding: 10px !important;
      }
      input[type="file"] {
        display: none;
      }
      .label-box{
        text-decoration: underline;
        font-family: monospace;
      }

      .grid-container-search {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  grid-gap: 20px 30px;
  padding: 10px;
  padding-bottom: 30px;
}

.grid-container-search li {
    list-style-type: none;
}
.grid-container-search li a {
    text-decoration: none;
    color: #551a8b;

}


.grid-container-search a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
input:hover {
    border: 2px solid #1b1e6273;
}

input:focus {
    outline: none !important;
    border:2px solid #1b1e6273;
  }

pre {
 display: block;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 line-height: 1.5em;
 margin: 1.5em 0px;

}

code {
 border-radius: 5px;
 font-size: 14px;
}
.titles {
  font-family: monospace;
  text-decoration: underline;
}

.tool{
  margin-bottom: 35px;
}



.grid-container-search {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  grid-gap: 20px 30px;
  padding: 10px;
  padding-bottom: 30px;
}

.grid-container-search li {
    list-style-type: none;
}
.grid-container-search li a {
    text-decoration: none;
    color: #551a8b;

}


.grid-container-search a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


input:hover {
    border: 2px solid #1b1e6273;
}

input:focus {
    outline: none !important;
    border:2px solid #1b1e6273;
  }

::placeholder {
  color: #6f6f9bba;
  opacity: 1; /* Firefox */
  text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6f6f9bba;
 text-align: center;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #6f6f9bba;
 text-align: center;
}

.searchWrapper {
    background-color: #ffffff;
    color: rgba(0,0,0,.7);
    position: relative;
    padding: 10px 20px 10px 20px;
    border: #2d368f8c;
    border-style: solid;
    border-width: 2px;
    font-size: 20px;
    color: #3a3838;
    font-size: 24px;
    font-family: 'Open Sans';
    min-width: 200px;
    width: 50%;
}

.searchWrapper:focus-within {
  box-shadow: 0 0 0 1px #2d368f8c;
}





.card {
  position: relative;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  color: #1d2746;
  line-height: 1.4em;
  text-decoration: none;
  box-shadow: 5px 5px 1px rgb(0 0 0 / 5%);
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 4px;
}
.card:hover {
  box-shadow: 4px 4px 2px rgb(0 0 0 / 15%);
}

.options-box{
  background-color: #d7dffa;
  padding: 15px;
}

input, select {
    vertical-align: middle;
    border: 2px solid #c1bfdd;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 5px;
}