body {
    background-color: #f4ecd8;
    color: #000;
    font-size: 19px;
    font-family: Verdana;
}

img {
  border: 0px;
}

td {
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    font-family: Verdana;
    font-size: 14px;
}

.consistWraper {
  overflow-x: scroll;
  border: 1px solid black;
  border-radius: 8px;
  padding-top: 10px;
  margin: 1px;
}

.mainPageDiv {
    text-align: left;
    max-width: 800px;
    border: 0px solid;
    margin-top: 10px;
}

.divWraperTop {
  position: sticky;
  top: 0;
  overflow-x: auto;
  border: 1px solid black;
  border-top: 0px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
  margin: 1px;
  margin-top: -10px;
  display: flex;
  background-color: #EEE;
  z-index: 999;
}

.divWraper {
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid black;
  aborder-radius: 8px;
  padding: 10px;
  margin: 1px;
  margin-top: 10px;
  color: #000;
}

.section1 {
    max-width: 600px;
}

.divFlag {
    border: 1px solid black;
    background-position: center; 
    background-size: cover; 
    object-fit: contain;
    max-width: 600px;
    aspect-ratio: 5 / 3;
    margin: 5px;
}

#readLink {
    border: 1px solid black;
    background-position: center; 
    background-size: cover; 
    object-fit: contain;
    aspect-ratio: 6.4 / 2;
    max-width: 400px;
    background-image: url("/files/vatican.png");
}

#divEN {
    background-image: url("/files/en.svg");
    display: none;
}

#divNL {
    background-image: url("/files/nl.svg");
    display: none;
}

#divFR {
    background-image: url("/files/fr.svg");
    display: none;
}

#divGR {
    background-image: url("/files/ge.svg");
    display: none;
}

#divIT {
    background-image: url("/files/it.svg");
    display: none;
}

#divES {
    background-image: url("/files/es.svg");
    display: none;
}

#divENm {
    background-image: url("/files/en.svg");
}

#divNLm {
    background-image: url("/files/nl.svg");
}

#divFRm {
    background-image: url("/files/fr.svg");
}

#divGRm {
    background-image: url("/files/ge.svg");
}

#divITm {
    background-image: url("/files/it.svg");
}

#divESm {
    background-image: url("/files/es.svg");
}

img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.mainImage {
  padding: 10px;
  margin: 1px;
  margin-top: 10px;
  text-align: center;
}

.mainImage img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.divTitle {
    text-align: center;
    margin-top: -20px;
    margin-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 20px;
    font-size: 18px;
    position: absolute;
    background-color: #f4ecd8;
}

a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
}
a:active {
    color: #000000;
}

p {
  margin-top: 0; 
  margin-bottom: 0; 
}

.tytul {
  font-size: 30px;
}

.hline {
  border: 1px solid #000;
  background-color: #f4ecd8;
  color: #000;
  font-family: helvetica;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 18px;
}

hr.smallHr {
  max-width: 100px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hline > span {
  background-color: #f4ecd8;
  padding: 0px 1em;
}

section {
  aawidth: 800px;
  display: grid;
  grid-template-columns: repeat(3, minmax(10px, 300px));/* or any value you need */
       grid-gap: 10px;/* or any value you need */
       padding: 0px;/* or any value you need */
       acounter-reset: divs;  /*demo*/
       width: 100%;/* or any value you need */
       margin: 0px;/* or any value you need */
}

.child {
  height: 100px;
  width: 150px;
  border: 1px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
}