html {
  scroll-padding: 75px;
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}

body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  background-color: #ffa96e;
  color: black;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.5;
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
}

nav {
  display: flexbox;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffe7b9;
  text-align: center;
  padding-top: 15px;
}

a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: black;
  margin-right: 45px;
  margin-left: 45px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
}

a:hover {
 color: black;
 text-shadow: 2px 2px 3px #ffa96e;
}

a:active {
 color: black;
 text-shadow: 2px 2px 3px #ffa96e;
}

footer {
  display: flexbox;
  height: 50px;
  width: 100%;
  background-color: #ffe7b9;
}

footer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  width: 1000px;
  background-color: #ffe7b9;
  border-radius: 15px;
  border: 2px solid black;
  text-align: justify;
}

header img {
  display: inline-block;
  white-space: nowrap;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 70px;
  border: 2px solid black;
  border-radius: 15px;
}

header2 img {
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
  margin-bottom: -10px;
  border: 2px solid black;
  border-radius: 15px;
}

div {
  text-align: center;
}

section img {
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
  margin-bottom: -10px;
  border: 2px solid black;
  border-radius: 15px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  text-shadow: 2px 2px 3px #ffe7b9;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

#mapy {
 font-size: large;
 text-align: center;
}