@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.pixelify-sans-pixelfont {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body{
  background-image: url("../Images/BG_Metal.jpg");
  font-family: "Pixelify Sans", sans-serif;
  color: rgb(0, 44, 2);
}

footer{
  position:fixed;
  bottom: 0;
  z-index: -300;
  padding-left: 80%;
}

button{
  margin-top: 1%;
  font-family: "Pixelify Sans", sans-serif;
  border: none;
  background-color: #66a056;
  filter: drop-shadow(6px 4px 0px #253c20);
  text-decoration: none;
  font-weight:bolder;
  font-size: 24px;
}

button > a:visited{
  text-decoration: none;
  color: rgb(0, 44, 2);
}

button > a:link{
  text-decoration: none;
  color: rgb(0, 44, 2);
}

button > a:hover{
  text-decoration: none;
  color: rgb(0, 44, 2);
}


