*, html {
  font-family: 'Open Sans',sans-serif;
  /* font-size: 16px; */
}

.img-small {
  border-radius: 20px;
  border: 4px solid #ffffff;
  /* border: 3px solid #858e99; */
}

.title {
  text-align: center;
  font-weight: bold;
  color: #555c66;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.about {
  line-height: 1.6;
}

header {
  border-bottom: 2px solid #555c66;
}
.znacznik {
  border-width: 2px;
}

p.footer {
  font-style: normal;
  font-size: 0.85rem;
  color: #ffffff;
}

/* przeniesiony kod z main css */

.u-header.u-sticky,
.u-overlap .u-header {
  z-index: 20;
  padding-top: 10px;
}
.u-header.u-sticky {
  position: sticky;
  top: 0;
}
*, ::before, ::after {
  box-sizing: border-box;
}
.u-header .u-menu-1 {
  margin: 10px auto;
}

@media (max-width: 575px) {
  .u-header .u-sheet-1 {
    min-height: auto;
  }
  .u-header .u-image-1 {
    margin-left: auto;
  }

  .u-header .u-text-1 {
    margin-top: 20px;
  }
}