@font-face {
  font-family: Brusher;
  src: url(Brusher-Regular.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(Poppins-Regular.ttf);
}

body {
  font-family: Poppins;
  background-color:rgb(52, 84, 54);
  font-size: 20px;
  color: rgb(126, 187, 150);
  text-align: center;
}

header {
  font: 15px, Brusher;
  color: rgb(241, 202, 84);
  text-align: center;
}

h1 {
  font-family: Brusher;
  font-size: 80px;
  color: rgb(246, 106, 46);
  text-align: center;
}


h2 {
  font-family: Poppins;
  font-size: 25px;
  color: rgb(241, 202, 84);
  text-align: center;
}

h3 {
  font-family: Poppins;
  font-size: 25px;
  color: rgb(126, 187, 150);
  text-align: center;
  font-weight: bold;
}


a:link {
  color: #345436;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #345436;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #7ebb96;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #f1ca54;
  background-color: transparent;
  text-decoration: underline;
}