.masterflexboxdiv{
  display: flex;
  background-color: lightseagreen;
  margin: auto;
}

.introduction-div{
  background-color: palegreen;
  width: 670px;
  text-align-last: center; 
  margin: 20px;
  flex-direction: row;
}
.introduction-div> h2 {
  padding-top: 6px;
}
.introduction-div> h4 {
  text-align-last: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}

.nav-menu{
  display: flex;
  background-color: palegreen;
  justify-content: center;
  width: 500px;
  margin: 20px;
  margin-left: 150px;
  flex-direction: column;
}
.nav-menu> div{
  background-color: lightseagreen;
  text-align-last: center;
  margin: 10px;
  font-size: xx-large
}

.homebrew-display{
  display: flex;
  background-color: lightseagreen;
  flex-direction: row;
  flex-wrap: wrap;
}

.homebrew-information-pf2e{
  background-color: palegreen;
  margin: 10px;
  width: 600px;
}
.homebrew-information-pf2e> h2{
  text-align-last: center;
}
.homebrew-information-pf2e> h4{
  margin: 10px;
}

.homebrew-navbar-pf2e{
  display: flex;
  background-color: lightseagreen;
  margin: 10px;
  width: 600px;
  flex-direction: column;
}

.pf2e-navbar-content{
  display: flex;
  flex-direction: row;
}
.pf2e-navbar-content> div{
  background-color: palegreen;
  width: 80px;
  height: 40px;
  text-align: center;
}


.homebrew-details-pf2e{
  background-color: palegreen;
  padding: 10px;
  height: 256px;
  overflow-y: scroll;
}

.feats-table{
  background-color: palegreen;
  margin: 10px;
  padding: 10px;
  width: 1375px;
  height: 200px;
  overflow-y: scroll; 
}
.feats-table> table, td, th{
  border: 1px solid black;
}












