
body {
  background-color: black;
}

.landing_picture {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  overflow: hidden;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  z-index: -1; 
  filter: saturate(0.8) blur(3px) brightness(0.9) brightness(0.8);
}

.page-title {
  position: relative;
  display: inline-block;
}

.page-title img {
  width: 100%;
  display: block;
}

.overlay-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  text-align: center;
}

.cities{
    font-size: 4vh;
}

.ten-chapters{
    padding-top: 1%;
    font-size: 5vh;
}

.One-mission{

    font-family: "Spectral", serif;
    font-size: 8vh;
    font-weight: 700;
    display: inline-block;
    border-bottom: 4px solid white;
    padding-bottom: 1vh;
}

.intro {
    color: white;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.5rem);
    text-align: justify;
    max-width: 80vw;
    line-height: 2;
    word-spacing: 0.05em;
    margin-top: 2vh;
    margin-bottom: 1vh;
    margin-left: auto;
    margin-right: auto;
}

