body {
  background-color: #bca983;
  color: #3b3521;
  font-family: "Times New Roman", Times, serif;
  overflow: scroll;
}

#bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#host {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
}

#container {
  background-color: #abb5a0;
  border: 5px #8c7235 dashed;
  width: 50%;
  position: relative;
  margin: auto;
  top: 500px;
  padding: 10px;
  align-content: center;
}

#paper {
  width: 80%;
  position: absolute;
  overflow: scroll;
  top: 5px;
  padding: 10px;
}

#heading{
  position: absolute;  
  top: 10px;
  padding: 10px;
}

#sidebar {
  position: absolute;
  top: 15px;
}

#mainContent {
  position: absolute;
  top: 15px;
}
