/*
darkest green #2C3930
lighter green #3F4F44
light brown #A27B5C
cream #DCD7C9
*/


/*body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(18,18,18,0) 25%, rgba(0,0,0,0.3) 25%);
  z-index: 2;
  background-size: 100% 2px, 2px 100%;}*/

body{
  text-align: center;
  font-family: Tahoma, sans-serif;
  color: #DCD7C9;
  /*background-color: black;*/
  background-image: url("https://png.pngtree.com/background/20221031/original/pngtree-camouflage-pattern-seamless-camo-design-picture-image_1933614.jpg");
  background-size: 200px 200px;
  
  }

h1{
  background-image: linear-gradient(90deg, #3F4F44, black);
  text-shadow:4px 4px 3px black;}
  
h2, h3{
  background-color: black;
  margin-left:40%;
  width: 20%;
  text-shadow:4px 4px 3px black;
  }

.box{
  color: black;
  margin-left: 1%;
  width: 98%;
  background-color: black;
  height:20px;
  }

.box:hover{
  color: #DCD7C9;
  background-color: black;
  border: #A27B5C solid 2px;
  height: 300px;
  transition: height 1s, border 1s
  }



/*scrollbar stuff*/
::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar-track {
  background: black;
}
::-webkit-scrollbar-thumb {
  background-color: black;
  border: 1px solid #ef0000;
}

footer {
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
  background-color: black;
}
footer a{
  color: #DCD7C9;
  text-decoration: none;
  }
footer a:hover{
  text-decoration: underline;
  }
