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: 100vh;
}

.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;
}

.WalkthroughDesc
{
  height: 95px;
  width: 95%;
  display: flex;
  align-items: center; 
  justify-content: space-around;
  border-style: solid;
  margin-top: 20px;
  margin-left: 2%;
}

.WalkthroughScroll
{
  height: 40%;
  width: 49%;  
  float: left;
  margin-top: 10px;
  align-items: center;
}

.chapters 
{
  overflow: scroll;
  width: 90%;
  height: 650px;
  list-style: none;
  text-align: left;
  margin-left: 50%;
  border: solid black;
}