body,html {
}

body {
  margin: 0px;
}

h1,p {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-align: center;
}

.tytul {
  text-align: center;
}

.m-top {
  padding-top: 40px;
}

.last {
  padding-bottom: 28px;
}

.tekst1 {
  width: 500px;
  border: 0px;
  padding: 10px;
  padding-bottom: 20px;
  margin: auto;
  text-align: justify;
  line-height: 1.5;
  font-size: 120%;
}

.full-width {
  width: 100%;
  padding-bottom: 24px;
  padding-top: 6px;
}

.full-width-v {
  width: min(100vh, 100vw);
  padding-bottom: 24px;
  padding-top: 6px;
  display: block;
  margin: auto;
}

.full-width3 {
  width: 100vw;
  height: calc(100vw/1.7778);
  padding-bottom: 24px;
  padding-top: 6px;
}

.full-width-2 {
  width: 100%;
  padding-bottom: 24px;
}

.centered {
  padding-bottom: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #004d00;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}