a {
  text-decoration: none;
  }
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F2F0D3;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #94C257;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #94C257;
}

.home { 
  background-image: url("https://i.pinimg.com/736x/c9/12/26/c912264849bd71141a9a08d88f966d6a.jpg");
  }
.buttonHolder {
  display: flex;
  width: 80%;
  height: 100px;
  justify-content: center;
  align-content: center;
  margin-left: 125px;
  }

.button {
  width: 250px;
  height: 250px;
  }
  
.partOne {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  margin-top: 100px;
  width: 80%;
  }

.devLog {
  overflow: scroll;
  flex-grow: 2;
  background-color: white;
  background-image: url("https://i.pinimg.com/736x/70/cb/14/70cb143f8030be33dfc701af1a2ce1b6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  }
.aboutMe {
   flex-grow: 5;
  background-image: url("https://i.pinimg.com/736x/29/01/28/2901281637d7addfff6a9cae033d36f6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  height: 500px;
  }
.funStuff {
  flex-grow: 2;
  height: 500px;
  }
  
#deer {
   width: 250px;
  height: 150px;
  margin: auto;
  display: block;
  margin-top: 25px;
  transform: rotate(-5deg);
  }
  
#deerTwo {
  width: 150px;
  height: 300px;
  margin: auto;
  display: block;
  margin-top: 25px;
  transform: rotate(-15deg);
  }
  
#stamp {
  position: absolute;
  top: 200px;
  left: 1050px;
  width: 100px;
  height: 100px;
  transform: rotate(20deg);
  }
#hummingBird {
  position: absolute;
  top: 120px;
  left: 70px;
  width: 150px;
  height: 150px;
  transform: rotate(-10deg);
  }
#heading {
  font-size: 24px;
  color: #354D18;
  text-align: center;
  font-family: "Courier New", monospace;
  background-color: #F2F0D3;
  background-size: 50%;
  }

#text {
   font-size: 18px;
  color: #172405;
  text-align: center;
  font-family: "Courier New", monospace;
  text-decoration: none;
  }
#guestBook {
  width: 250px;
  height: 150px;
  margin: auto;
  display: block;
  margin-top: 25px;
  }
  