#form-div {
  min-height:100vh;
  background-image:linear-gradient(rgba(34,139,34,0.5) 0%, rgba(107,142,34,0.7) 100%), url(../../assets/img/Gunfighter-6_Dog_Tag.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;
}

body {
  color:white;
  text-shadow:1px 1px 1px rgb(0,0,0);
  font-family:Anton;
}

#apla {
  background-color:rgba(0,0,0,0.3);
  padding:2rem;
  margin-top:2rem;
  margin-bottom:2rem;
  border-radius:1rem;
}

.zawartosc {
  margin-bottom:2rem;
}

input[type="text"] {
  font-family:'courier new';
}

