/* BODY */
body {
  cursor: url('https://www.rw-designer.com/cursor-view/6921.png'), auto;
  background-image: url("https://i.pinimg.com/originals/35/58/0d/35580d64b9b883fd0e0678595fc2aefd.gif");

}

/* TOP TEXT */
#top {
 background-color: #b0cf04;
 border-color: #b0cf04;
 border-style: solid;
 border-width: 1px;
 font-family: Trebuchet MS;
 font-size: 10px;
 margin: -8px -10px 0px -8px;
}

/* MAIN HEADER */
h1 {
  color: #ffffff;
  text-shadow: 0px 0px 40px white;  
}

#title {
  font-color: #ffffff;
  font-family: Trebuchet Ms;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 0px;
  margin: 5px 5px 20px 150px;
  padding: 1px 10px 20px 10px;
  position: absolute;
  text-transform: uppercase;
}


/* ABOUT */
#about {
  background-color: #595959;
  border-color: #595959;
  border-radius: 25px; 
  border-style: solid;
  float: left;
  font-family: Verdana;
  font-size: 8px;
  margin: 1px 5px 20px 550px;
  padding: 1px 10px 1px 10px;
  position: absolute;
  text-align: justify;
  text-transform: uppercase;
  width: 300px;
}
  
/* MASCOT */
#mascot {
  float: right;
  margin: 1px 5px 20px 900px;
  position: absolute;
}

/* GARFIELD */
#garfield {

}

/* MAIN CONTENT */
#main-content {
  background-color: #595959;
  border-color: #595959;
  border-radius: 25px; 
  border-style: solid;
  margin: 75px 5px 10px 150px;
  padding: 1px 10px 1px 10px;
  position: absolute;
  width: 700px;
}

/* ABOUT THE - */
h2 {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  text-align: center;
}

#about-page {
  font-family: Verdana;
  font-size: 8px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  text-transform: uppercase;
}


/* ABOUT TITLES */
h3 {
  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 0px;
  letter-spacing: 2px;
  padding-bottom: 1px;
}


/* ABOUT CONTENT */
#about-content {
  font-family: Verdana;
  font-size: 8px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  text-transform: uppercase;
}

/* NAVIGATION */
nav {
  margin: 50px 5px  10px 20px;
  padding: 50px 5px 10px 20px;
  position: absolute;
}
  
#nav {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}


/* GALLERY */
/* GALLERY BODY */
#gallery-body {
  background-image: url("https://i.pinimg.com/originals/ab/01/cb/ab01cbba05d8c2500c925ec0f9a0476c.gif");
}

/* GALLERY HEADER */
#gallery-header {
  font-family: Trebuchet MS;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 0px;
  margin: 5px 5px 20px 150px;
  padding: 1px 10px 20px 10px;
  position: absolute;  
  text-transform: uppercase;
}

/* GALLERY MAIN CONTENT */
#gallery-main {
  background-color: #595959;
  border-color: #000000;
  border-radius: 45px;
  margin: 100px 0px 0px 150px;
  padding: 5px 10px 5px 0px;
  position: absolute;
  width: 750px;
}



  
  
  
  