
body {
  background-image: URL("static1.gif");
  background-attachment: fixed;
  background-size: 20% 20%;
}

@font-face {
  font-family: Glue;
  src: URL(Glue.woff);
}

@font-face {
  font-family: MarkerScratch;
  src: URL(MarkerScratch.woff)
}

@font-face {
  font-family: grid;
  src: URL(grid.woff)
}

a {
  font-family: grid;
  font-size: 25px;
  color: #91FF00;
}

h1 {
  font-family: MarkerScratch;
  font-size: 60px;
  text-align: center;
  color: #91FF00;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -3px -3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, -3px 3px 0 #FFFFFF, 3px 3px 0 #FFFFFF;
  line-height: 10px;
  padding: 20px;
  margin: 0;
}

.introbox img {
  position: relative;
  right: 0;
  vertical-align: middle;
}

p {
  font-size: 25px;
  color: #000;
  text-shadow: -1px -1px 0 #91FF00, 1px -1px 0 #91FF00, -1px 1px 0 #91FF00, 1px 1px 0 #91FF00;
  font-family: Glue;
  line-height: 20px;
}


ul {
  list-style-type: none;
  width: 100px;
  background-color: #332B14;
  font-family: grid;
  font-size: 25px; 
  margin: 0;
  padding: 0;
  color: black;
}


li a {
  display: block;
  border-style: ridge;
  border-width: 5px;
  border-color: #ADAD7B;
  padding: 12px;
  color: #91FF00;
}

li a:hover {
  background-color:  #91FF00;
  color: black;
}


.blogtitle {
  display: flex;
  width: 60%;
  position: relative;
   left: 20%;
  align-items: flex-end;
}

.blogtitle div {
  padding: 0px;
  box-sizing: border-box;
  background-image: url("leather1.JPG");
  border-style: ridge;
  border-width: 5px;
  border-color: #ADAD7B;
  text-align: center;
}


.introbox,
.bodybox {
  box-sizing: border-box;
  padding: 20px;
  width: 60%;
  position: relative;
   left: 20%;
  border-style: groove;
  border-width: 5px;
  border-color: #ADAD7B;
  background-image: url("texture5.jpg");
}

#textbox {
  background-color: #332B14;
  padding: 20px;
  border-style: groove;
  border-width: 5px;
  border-color: #ADAD7B;
  display: flex;
  align-items: center;
  justify-content: center;
}

#column {
  width: 50%;
  position: static;
}
