body
{
	background-image: url("https://previews.123rf.com/images/digieye/digieye1404/digieye140400014/27147299-handmade-paper-sheet-background-or-texture.jpg");
  background-position: 40% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container
{
  height: 80vh;
}

.navbar
{
  height: 85px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-style: solid;
}

.navitems
{
  padding: 0;
  list-style: none;
}

.navitems li
{
  float: left;
  padding: 16px;
}

.bestiary
{
  height: 655px;
  text-align: center;
  margin: auto;
  
}

.select
{
  text-align: left;
  margin: 20px;
}

.dropdown
{
  align-items: left;
  height: 200px;
  width: 49%;
  float: left;
}

.monsterimage
{
  height: 200px;
  width: 49%;
  display: inline-block;
}

.monsterscroll
{
  height: 40%;
  width: 49%;  
  float: left;
  margin-top: 10px;
}

option
{
  width: 160px;
}
select
{
  width: 160px;
}

.monsterimage img
{
  width: 280px;
  vertical-align: bottom;
  border-style: solid;
}

.monsters
{
  overflow: scroll;
  width: 200px;
  height: 440px;
  list-style: none;
  text-align: left;
  margin: 20px;
  background-color: white;
}

.monsterinfo
{
  margin-top: 10px;
  width: 35%;
  height: 40%;
  float: right;
  text-align: left;
}

.info
{
  list-style: none;
}

.specialnotes
{
  float: right;
  margin-right: 20px;
  width: 45%;
  height: 30%;
  border-style: dotted;
}