.layout-wrapper {
    position: relative;
    max-width: 1440px;
    min-height: 100vh;
    height: auto;
    margin: 0 auto;    /* Đẩy xuống giữa + canh giữa ngang */
    width: 100%;
  }

  .container{
    position: absolute;
    top: 360px;
    height:850px;
    width: 980px;
    left: 150px;
    overflow: hidden;
    margin: 0px;
    z-index: 10px;
  }

  .container img{
    position: relative;
    left: 0px;
    width: 1200px;
    height: auto;
    margin-left: -100px;
    margin-top: -300px;
    object-fit: cover;
  }

  .header{
    position: absolute;
    top: 0px;
    left: 130px;
    height: 360px;
    width: 1000px;
    overflow: hidden;
   
    z-index: 10px;
  }

  .header img{
    position: relative;
    left: 0px;
    width:1000px;
    height: auto;
    margin-left: 20px;
    margin-top: -200px;
    object-fit: cover;
  }

  .header-text{
    position: absolute;
    top:40px;
    left: 230px;
    z-index: 20px;
  }

  .navigation-container {
    position: absolute;
    top: 365px;
    left: 175px;
    display: flex;
    flex-direction: column;
    gap: 5px; /* khoảng cách giữa các ô */
  }

  .navigation {
    width: 200px;
    height: 70px;
    background-color: rgb(8, 8, 8);
    box-shadow: inset 0px 4px 10px 10px rgb(24, 24, 24);
    border-radius: 8px;
    color: #868686;
    font-size: 20px;
    font-family: 'VT323', monospace; /* hoặc font bạn chọn */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
  }

  .navigation:hover {
    transform: scale(0.98);
    box-shadow: inset 0px 2px 10px 6px rgba(44, 44, 44, 0.9);
    background-color: #000000;
  }

  .background-container{
    position: absolute;
    top: 350px;
    height: auto;
    width: 713px;
    left: 390px;
  }

  .background-container img{
    position: relative;     /* Để bạn có thể dùng margin hoặc transform */
    left: 0px;           /* Dịch ảnh sang trái 100px */
    width: 713px;
    margin-top: 20px;           /* Tùy ảnh bạn, có thể set kích thước tùy chỉnh */
    height: 750px;
    object-fit: cover;
  }
  
  .main-container{
    position: absolute;
    top: 350px;
    height: 750px;
    width: 713px;
    left: 390px;
    border-radius: 8px;
    z-index: 10px;

    max-width: 820px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  .border-top{
    position: absolute;
    top: 360px;
    height: 100px;
    width: 713px;
    left: 390px;
    overflow:hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10px;
  }

  .border-top img{
    position: relative;
    margin-top:-45px;
    height: auto;
    width: 713px;
    left: 0px;
    object-fit: cover;
    z-index: 10px;
  }

  .border-bot{
    position: absolute;
    top: 1030px;
    height: 120px;
    width: 713px;
    left: 390px;
    overflow:hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10px;
  }

  .border-bot img{
    position: relative;
    margin-top:0px;
    height: auto;
    width: 713px;
    left: 0px;
    object-fit: cover;
    z-index: 10px;
  }

  .angel img{
    position: absolute;
    top: 1000px;
    left: 10px;
    height:250px;
    width:auto;
    z-index: 10px;
  }

  .cloud0 img{
    position: absolute;
    top: 980px;
    left: 640px;
    height: 420px;
    width: auto;
    z-index: 20px;
  }

  .cloud1 img{
    position: absolute;
    top: 950px;
    left: 450px;
    height: 400px;
    width: auto;
    z-index: 20px;
  }

  .cloud2 img{
    position: absolute;
    top: 900px;
    left: 10px;
    height: 430px;
    width: auto;
    z-index: 20px;
  }
