body {
  font-family: "Montserrat", sans-serif;
  background: #7e7e7e;
}
figcaption {
  caption-side: bottom;
  font-style: italic;
  font-size: small;
}
.tekst {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 80px;
}
h3 {
  margin: 25px auto 25px auto;
  padding: 10px;
}
.naglowek {
  background: #6ed5e7;
}
.wrapper {
  justify-content: center;
  width: 80%;
  margin: 25px auto 25px auto;
  background: #f7f5f5;
  box-shadow: 6px 6px 20px;
  flex-direction: row-reverse;
}
.box {
  width: 80%;
  text-align: center;
  margin: auto;
  display: block;
}
.box img {
  width: 80%;
}
img {
  margin: auto;
  display: block;
  box-shadow: 2px 2px 3px;
  border: 1px solid grey;
}
.red {
  color: #ff0000;
  text-shadow: 1px 1px 1px rgb(36, 36, 36);
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
td {
  padding: 10px;
}
tr {
  border-bottom: 2px solid darkcyan;
}
