.spritepng {
  background-image: url(../images/spritesheet-general.png);
  background-repeat: no-repeat;
  display: block;
}

.spritepng-btn-menu {
  width: 30px;
  height: 19px;
  background-position: -5px -5px;
}

.spritepng-btn-menu-open {
  width: 24px;
  height: 24px;
  background-position: -45px -5px;
}

.spritepng-icon-fb {
  width: 50px;
  height: 50px;
  background-position: -79px -5px;
}

.spritepng-icon-insta {
  width: 50px;
  height: 50px;
  background-position: -5px -65px;
}

.spritepng-label-sitevert {
  width: 96px;
  height: 18px;
  background-position: -65px -65px;
}

.spritepng-logo {
  width: 177px;
  height: 72px;
  background-position: -171px -5px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  margin-bottom: var(--gapTop) ;
}

li {
  font: 400 16px/30px 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  list-style: none;
}

.bold {
  font-weight: 500;
}

p {
  margin-top: 25px;
}