body {
 background-image: url("flower3.jpg"); /* tên file ảnh */
  background-repeat: repeat;       /* lặp ngang */
  background-position: top center;   /* canh giữa đầu trang */
  background-size: auto;             /* giữ nguyên kích thước */
  background-color: #efc3e6;            /* phòng trường hợp ảnh có viền trong suốt */
  margin: 0;



  font-family: 'Gaegu', monospace;
  color: white;
  padding: 20px;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-shadow: 2px 2px 4px black; font-family: 'Swanky and Moo Moo', bold;
  text-align: center;
  font-size: 60px;
  color: #edafb8;
}
body,  li,  a {
  text-align: left;
  font-family: 'The Girl Next Door', serif;
  color: black;
  font-size: 20px;
}
h2 {
  text-align: center;
  font-family: 'Indie Flower', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}
p {
  text-align: left;
  font-family: "Comic Neue", cursive;
  font-weight: 400;
  font-style: normal;
}


li {
  list-style-position: inside;
  text-align: left;
  padding-left: 0;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
}
.centered-list {
  display: inline-block;
  text-align: left;
  list-style-position: inside;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
  padding-left: 0;
}
p {
  font-size: 20px;
}
.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Chiều cao toàn trang */
  background-color: #f0f0f0;
}


.white-box {
  width: 90%;
  max-width: 700px;
  background-color: white;
  text-align: start;
 
  border: dashed;
    position: relative;
  top: 100px; 
  line-height: 1.3;
         justify-content: center;   /* căn giữa theo chiều ngang */
  align-items: center; 
  margin:  60px auto 0 auto; 
}

.banner {
  background-size: auto; 
  width: 100%;
  height: 40%;
  display: block;
  top: 60%;
  background-repeat: repeat;
}
.banner-text {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: scaleX(1.2);
  color: white;
  font-size: 110px;
  font-family: 'Gaegu';
  letter-spacing: 3px; /* giãn chữ ra */
   font-weight: 900;  
   -webkit-text-stroke: 2px gray;

}


/* Navbar tổng */


.wrapper {
  width: 1000px; 
   height: 60px;
  margin: 0 auto;
   margin-top: 16px;
}


/* Ảnh banner full theo wrapper */
.header-img img {
  width: 70%;
  height: 60%;
  display: block;
  background-size: auto;
   margin-top: 60px;
   background-repeat: repeat;
}
.header-img {
  width: 70%;            /* 👈 chỉnh chiều rộng tại đây */
  margin: 0 auto;        /* 👈 căn giữa trang */
  position: relative;
  height: 500px;         /* bạn có thể tăng chiều cao nếu muốn */
  overflow: hidden;
  margin-top: 10px;
  border-radius: 20px;
    border-image: solid pink; /* thay bằng ảnh lace của bạn */
  border-image-width: 30px;
}
.header-img img {
  width: 100%;
  height: 60%;

}
.header-img {
  margin-bottom: 10px; /* hoặc 0 nếu muốn sát hẳn */
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh; /* toàn chiều cao màn hình */
}

.navbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.navbar a {
  text-decoration: none;
  color: #333;
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  transition: background 0.3s;
}

.navbar a:hover {
  background-color: #edafb8;
  border-radius: 50px;
}
/* Navbar nằm trong wrapper thì tự khớp */

.content-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap; /* để ảnh xuống dòng nếu màn nhỏ */
  margin-top: 30px;
}

.side-img {
  max-width: 270px;

}

.text {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}


.corner-img {
  position: absolute;
  bottom: -60px; /* Nhô xuống ngoài đáy */
  right: -70px;  /* Nhô sang phải */
  width: 200px;   /* Kích thước ảnh nhỏ */
  z-index: 2;
    overflow: hidden; /* chặn phần dư khi ảnh di chuyển */
  display: inline-block;


}

.left-corner-img {
  position: absolute;
  bottom: -60px; /* Nhô xuống ngoài đáy */
  left: -70px;  /* Nhô sang phải */
  width: 150px;   /* Kích thước ảnh nhỏ */
  z-index: 2;
  transition: transform 0.3s ease;
    transform: rotate(-10deg) scale(1.1);
      overflow: hidden; /* chặn phần dư khi ảnh di chuyển */
  display: inline-block;


}

.leftup-corner-img {
  position: absolute;
  top: -90px; /* Nhô xuống ngoài đáy */
  left: -90px;  /* Nhô sang phải */
  width: 240px;   /* Kích thước ảnh nhỏ */
  z-index: 2;
  transition: transform 0.3s ease;
    transform: rotate(30deg) scale(1.1);
  overflow: hidden; /* chặn phần dư khi ảnh di chuyển */
  display: inline-block;

}

.rightup-corner-img {
  position: absolute;
  top: -70px; /* Nhô xuống ngoài đáy */
  right: -70px;  /* Nhô sang phải */
  width: 150px;   /* Kích thước ảnh nhỏ */
  z-index: 2;
  transition: transform 0.3s ease;
    transform: rotate(-30deg) scale(1.1);
  overflow: hidden; /* chặn phần dư khi ảnh di chuyển */
  display: inline-block;

}
.corner-img:hover {
  transform: translateY(-5px) scale(1.05);
}
.left-corner-img:hover {
  transform:  translateX(-20px) scale(1.05);
}
.leftup-corner-img:hover {
  transform:  translateY(-5px) scale(1.05);
}
.rightup-corner-img:hover {
  transform: translateY(-5px) scale(1.05);
}




