nav{
  border-style: solid solid none solid;
  padding: 5px;
  max-width: 20%;
  margin: auto;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.variableset{
  border-style: solid;
  padding: 5px;
  border-radius: 10px;
  max-width: 95%;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
button{
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 10px;
}
#fic{
  border-style: solid;
  padding: 0px 10px 10px 10px;
}
.buttonalignment{
  text-align: center;
  margin-top: 5px;
}
.previouschapter{
  border-radius: 10px 0px 0px 10px;
}
.nextchapter{
  border-radius: 0px 10px 10px 0px;
}
.inputbars{
  max-width: 80%;
  margin: auto;
  text-align: left;
}
#credits{
  
}
#authornotes{
  font-family: monospace;
}
input{
  margin-bottom: 5px;
}
/*edit this to make it match the rest of your text. i only used ins to get an easy element to tag for change hehee*/
ins{
  text-decoration: none;
  color: black;
}
/*this id make it so that way if the pronoun is at the start of a sentence it capitalizes it. I was going to do one for lowercase in case a user entered their pronouns capitalized, but then I realized if they entered it capitalized they probably want it capitalized. LOL*/
#capital{
 text-transform: capitalize; 
}