body {
  color: black;
  font-family: Courier;
  font-size: 11px;
  font-weight: bold;
  background-image: url("https://piemousetrap.neocities.org/images/bgangel2.jpg");
  background-size:9%;
  grid-area: slidebar;
  word-wrap: break-word;
  width:105px;
  height:630px;
}

img  {
  max-width: 100px;

h1 {
  text-align: left;
  font-size: 24px;
  padding-left: 20px;
}

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

a:link {
  color: #6e2414;
}

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

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

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