body {
  background-color: #F5F5DD;
  font-family: 'SH Pinscher', sans-serif;
  background-image: url("https://totewaffe.neocities.org/backgrounds/camo.webp");
  letter-spacing: 1.5px;
}

.parent {
/* DO NOT TOUCH */
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-gap: 10px;

/* only edit this stuff */
width: 1000px;
margin: auto;
margin-top: 150px;
color: #22201F;
font-size: 18px;
}

.div1 { 
  grid-area: 1 / 1 / 2 / 6;
  
  /* only edit this stuff */
  border: 2px #22201F solid;
  padding: 5px;
  background-color: #87786D;
}

.div2 { 
  grid-area: 2 / 1 / 6 / 2;
  
  /* only edit this stuff */
  border: 2px #22201F solid;
  padding: 5px;
  background-color: #87786D;
}

.div3 { 
  grid-area: 2 / 2 / 6 / 5;
  
  /* only edit this stuff */
  border: 2px #22201F solid;
  padding: 10px;
  background-color: #87786D;
}

.div4 { 
  grid-area: 2 / 5 / 6 / 6;
  
  /* only edit this stuff */
  border: 2px #22201F solid;
  padding: 5px;
  background-color: #87786D;
}



/* navigation */
li {
  margin-left: -1px;
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

li:before {
    content: url(https://totewaffe.neocities.org/graphics/text.png);
    display: block;
    float: left;
    width: 1.2em;
}

.toggle a {
  margin-left: 7.5px;
}

.toggle li:before {
  margin-left: 7.5px;
}

.toggle a {
  margin-left: -2px;
}

a {
  color: #22201F;
  text-decoration: none;
}

a:hover {
  color: #4D4746;
  border-bottom: 2px dotted #4D4746;
}





/* header */

.div1 h1 {
  font-family: 'CCOverbyteOn', cursive;
  -webkit-text-stroke: 2px #22201F;
  text-align: center;
  font-size: 50px;
  margin-top: -20px;
  color: #87786D;
  cursor: pointer;
}

.div1 h1:hover {
  color: #998a80;
}

.div1 marquee {
  margin-top: -70px;
  background-color: #FEF3E4;
  width: 500px;
  border: 2px #22201F solid;
  margin: auto;
  display: block;
}

.div1 p {
  text-align: center;
  margin-top: 5px;
}


/* about me box */
.div3 b span {
  border-bottom: 2px dotted #22201F;
  cursor: pointer;
  font-size: 19px;
}

#text {
  float: none;
  width: 335px;
}

#image {
  float: right;
  width: 190px;
  height: 70px;
}

#image img {
  margin-top: -500px;
  margin-bottom: 100px;
}

#image p {
  margin-top: -270px;
}

#text2 {
  width: 520px;
}



.div2 {
  width: 200px;
}


.blinkies {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.blinkies img {
  width: 200px;
}