body {
  
  background-color: white;
  background-image: url("https://piemousetrap.neocities.org/lined%20paper%20texture.jpg");
  color: black;
  font-family: Courier;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  align-content: column;
}

img  {
  max-width: 300px;
}
text {
  padding: 6px;
}
h1 {
  text-align: left;
  font-size: 24px;
  padding-left: 20px;
}

::-webkit-scrollbar {
  width: 10px;
}

li {
  text-align: left;
}

.header {
  max-width: 350px;
  height:130px;
}

.slidebar {
  display: none;
  background-image: url("https://piemousetrap.neocities.org/images/bgangel2.jpg");
  background-size: 120%;
  word-wrap: break-word;
  background-color: white;
  padding:10px;
  width:350px;
  height:120px;
}
.main {
  word-wrap: break-word;
  background-color: white;
  border-radius: 15px;
  overflow: auto;
  box-sizing: border-box;
  width: 350px;
  padding:20px;
  height:650px;
}

.mobilebar {
  max-width: 350px;
  height:130px;
  word-wrap: break-word;
}

.container {
  max-width: 350px;
  justify-items: center;
  display: grid;
  margin: 0 auto;
}

#right  {
float: right;    
 margin: 15px;
}

#left  {
float: left;    
 margin: 15px;
}

a:link {
  color: #6e2414;
}

/* visited link */
a:visited {
  color: #4a0b21;
}

/* mouse over link */
a:hover {
  color: #782f10;
}

/* selected link */
a:active {
  color: #ad2a0c;
}