.header {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #c7e4f6;
  width: 100%;
  height: 300px;
}
.header-menu {
  width: 1000px;
  height: 300px;
  position: absolute;
}
.header-menu-items {
  position: relative;
}
.txt-header {
  position: absolute;
  text-decoration: none;
  color: black;
  max-width: 130px;
  text-align: center;
}
.general {
  top: 100px;
  left: 30px;
}
.public-meeting {
  top: 75px;
  left: 175px;
}
.marital-communities {
  top: 86px;
  left: 270px;
}
.young {
  top: 65px;
  left: 385px;
}
.children-of-mary {
  top: 95px;
  left: 425px;
}
.family-apostolate {
  top: 50px;
  left: 475px;
}
.current-information {
  top: 95px;
  left: 490px;
}
.our-prayers {
  top: 60px;
  left: 615px;
  max-width: 90px;
}
.dates-and-greetings {
  top: 125px;
  left: 615px;
  max-width: 95px;
}
.photo-gallery {
  top: 70px;
  left: 725px;
}

.music {
  top: 130px;
  left: 745px;
}
.contacts {
  top: 165px;
  left: 785px;
}
