@font-face {
    font-family: "Shrikhand"; 
    src: url("fonts/Shrikhand-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Carter One"; 
    src: url("fonts/CarterOne-Regular.ttf") format("truetype");
    
@font-face {
    font-family: "Nova";
    src: url("fonts/NovaRound-Regular.ttf")
}
}

body {
  background-color: #BDDE87;}

  h1 {color:#BDDE87;
 font-family: "Carter One"; font-size: 48px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; }
   
  h2 {color:#BDDE87;
  font-family: "Carter One"; font-size: 28px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 50px; }
  
  p {color:#773822;
  font-family: Lucida Console, Lucida Sans Typewriter, monaco, Bitstream Vera Sans Mono, monospace; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
    
  }
  
 p2 {color:#42201C;
  font-family: Lucida Console, Lucida Sans Typewriter, monaco, Bitstream Vera Sans Mono, monospace; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; text-emphasis-color:#BDDE87;}

  
  
  .stampbox {
  background-color: #efebce;
  max-width: 950px;
  min-width: 700px;
  height: auto;
  padding: 12px;
  border: 5px #BDDE87;
  border-style: dashed;
  animation-name: "fadein";
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  z-index: 1;
  align-content: center;
  justify-content: center;
  align-self: center;

  
}

.textbox {
  background-color: #e1e3ac;
  width: 200px;
  height: 100px;
  margin: auto;
  justify-content: center;
  align-self: center;
} 

  @keyframes fadein {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadein-animation {
  animation: 1.5s fadein;
}

.button {
  background-color: #619177 ;
  width: auto;
  height: 40px;
  margin: 0;
  border: 10px solid #BDDE87;
  text-align: center;
  border-radius: 12px;
    animation-name: "fadein";
  animation-duration: 0.50s;
  animation-delay: 1.25s;
  animation-fill-mode: both;
  z-index: 2;
}

.active {
  background-color:#427068;
  width: auto;
  height: 40px;
  border: 5px solid #619177;
  text-align: center!important;
  border-radius: 12px;
    animation-name: "fadein";
  animation-duration: 0.50s;
  animation-delay: 1.25s;
  animation-fill-mode: both;
  z-index: 2;
}

.sidebar {
  background-color: #619177;
  height: 200px;
  width: 200px!important;
  border: 4px solid #BDDE87;
  animation-name: "fadein";
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-fill-mode: backwards;
  flex-direction: row!important;
  overflow: scroll;
  overflow-y: scroll;
}

 a:visited, a:link {
 color: inherit;
 size: inherit;
 align-self: center;
  
}

a:link,a:hover {
  color:white;
  size: inherit; align-self: center;
}

a:link {
  color:inherit;
  text-decoration: none;
  size: inherit;  align-self: center;
}


:selection {background: #BDDE87;}
:-moz-selection {background: #BDDE87;}