body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  gap: -50px ; 
}


h1 img {
  width: min(420px, 70vw);
  height: auto;
  max-width: 100%;
  margin-top: -50px;
  border-radius: 10px;
}

p {
  width: min(400px, 60vw);
  height: auto;
  max-width: 100%;
  margin-top: 10px;
  border-radius: 30px;

  font-size: 19px;
  line-height: 1.7;
}

.text-box {
  background: #E6CAC3;
  padding: 24px 28px;
  border-radius: 10px;
  max-width: 570px;
  margin: 20px;
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0.88;
}



body {
  background-image: url("asset/pictures/background.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

a {
 
    top: 400px;
    left: 10px;
    padding: 10px 15px;
    font-size: 18px;

} 

h3 a {
 position: absolute;
    top: 350px;
    left: 10px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: normal;
}

 h4 a {
  position: absolute;

  left: 10px;

  padding: 10px 15px;
  font-weight: normal;
 }

a {
  transition: opacity 0.2s;
}

a:active {
  opacity: 0.5;
}



  
  

  transform: translate(-50%, -50%);

  z-index: -1;

  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


