body {
  font-family: 'Xanh Mono', monospace;
  background-image: url("../Graphics/bg.png");
  display: flex;
  background-size: 256px;
  background-attachment: fixed;
  font-size: 12px;
  align-items: center;
  height: 90vh
}


.main {
  height: 80vh;
  max-height: 500px;
  margin:auto;
  display: flex;
  justify-content: center;
  align-content: space-between;
  background: #59371c;
  flex-grow: 1;
  width: 50%;
  max-width: 500px;
  padding: 5px;

}
.sbar {
  margin:5px;
  display: flex;
  justify-content: flex-start;
  background: #7a5537;
  flex-grow: 1;
  width: 20%;
  padding: 0px;
  flex-direction: column;
  text-align: center;
  
}
.info {
  margin:5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #7a5537;
  width: 80%;
  padding: 0px;
  flex-direction: column;
}
.navcont {
   display: flex;
     width: 100%;
height:100%;
  align-items: flex-start;
    flex-direction: row;
  overflow-y:hidden;
  margin:5px;
  }
.nav {

  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.pcontent {
  width: 50%;
height: inherit;
  text-align: center;
  overflow-x:hidden;

  overflow-y:scroll;
  background: #725034;
  border-width: 1px;
  border-style: solid;
  border-top-color: #755133;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin: 5px;

}

.pic {
  display:flex;
  justify-content: center;
flex-direction:row;

}
.me {
  width:230px;
  height:270px;
}
p {
  margin: 10px;
  text-align:justify;
}
.p1 {
    text-align:left;

  }
.button {
    overflow-y:scroll;
  vertical-align: middle;

  height: 30px;
  padding:5px;
  margin: 5px;
  border-style:solid;
  border-width: 1px;
  border-color:#59371c;
  background-color:#90725b;
  }
