*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
margin:0px;
}
.row {
  font-family: 'Nunito', sans-serif;
  color: #384047;
  background: #fcfbe8;
  padding: 150 0 200 0;
}

.banner {
  background-color: #2A483A;
  border-bottom: #2A483A;
  padding: 10 10 10 10;
  font-family: fangsong;
  margin: 0px;
  border:0 0 0 0
}

.web-title {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.web-title .big-font {
    font-family: fangsong;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to right, #b58900, #ffd700, #b58900);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.everything-else {
    display: flex;
    font-family: 'Open Sans';
    justify-content: flex-end;
}

.bar {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.bar .nav-item {
    margin-left: 20px; 
}

.bar .nav-link {
    text-decoration: none;
    text-decoration: none;
    font-family: Yu Mincho;
    font-weight: bold; 
    background: linear-gradient(to right, #9e9e9e, #ffffff, #9e9e9e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 1.2rem;
    transition: color 0.3s;
}

.signature{
font-family:sans-serif;
  padding:0px 10px;
}

.signature .author{
  color: #00bfff;
  text-decoration: none;
}

form {
  max-width: 400px;
  margin: 10px auto;
  padding: 10px 20px 70px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

p, label{
  font-size:20;
}

input[type="text"],
textarea {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.pun, .ner {
  padding: 19px 20px 19px 20px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 3%;
  display: inline-block;
  width: 49%; 
}

.ner {
  background-color: #C0B0A2;
  border: 1px solid #C0B0A2;
  float: left; 
}

.pun {
  background-color: #C0B0A2;
  border: 1px solid #C0B0A2;
  float: right; 
}

.download{
  padding: 19px 39px 18px 39px;
  background-color: #728A7A;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #728A7A;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 3%;
}

.download a{
  color: #FFF;
  text-decoration: none;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}



label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.output {
  background: rgba(255, 255, 255, 0.1); /* Background color similar to textarea */
  font-size: 16px;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef; /* Background color similar to textarea */
  color: black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
  min-height: 150px; /* Set a minimum height */
}
.error-message{
  color:#CC5F5A;
}

@media screen and (min-width: 480px) {

  form {
    max-width: 50%;
    min-height: 300px;
  }

}
.download-container{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.ner-table {
  margin: 20px auto;
  width: 80%;
  border-collapse: collapse;
}

.ner-table h5 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #000000;
  letter-spacing:1px;
}

.ner-table table {
  width: 100%;
  border: 1px solid #D9D9D9;
}

.ner-table th, .ner-table td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  text-align: left;
  font-size: 1em;
}

.ner-table thead {
  background-color: #B5C4B1;
  color: #FFFFFF;
}

.ner-table tbody tr:nth-child(odd) {
  background-color: #F6F6F6;
}

.ner-table tbody tr:nth-child(even) {
  background-color: #EAEAEA;
}

.ner-table tbody tr:hover {
  background-color: #DBD2C9;
}

.ner-table td {
  color: #5D5D5D;
}

h3 {
  text-align:center;
  font-family: Malgun Gothic;
  color:#4A7056;
  font-size:1.5em;
}