.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: 0px;
    height:1200px;
    width: 980px;
    left: 150px;
    overflow: hidden;
    margin: 0px;
    border-radius: 8px;
    z-index: 10px;
    box-shadow: 0px 4px 20px 10px rgba(179, 179, 179, 0.7);
  }

  .container img{
    position: relative;
    left: 0px;
    width:auto;
    height: 1660px;
    margin-left:-345px;
    margin-top: 0px;
    object-fit: cover;
  }

  .header{
    position: absolute;
    top: 0px;
    left: 150px;
    height: 365px;
    width: 980px;
    overflow: hidden;
    
    z-index: 10px;
  }

  .header img{
    position: relative;
    left: 0px;
    width:1200px;
    height: auto;
    margin-left: -150px;
    margin-top: -200px;
    object-fit: cover;
  }

  .header-text{
    position: absolute;
    top:40px;
    left: 270px;
    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: white;
    box-shadow: inset 0px 4px 10px 10px rgb(211, 211, 211);
    border-radius: 8px;
    color: #868686;
    font-size: 18px;
    font-family:'Segoe UI'; /* 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(189, 189, 189, 0.9);
    background-color: #f8f8f8;
  }
  
  .main-container{
    position: absolute;
    top: 370px;
    height: 750px;
    width: 713px;
    left: 390px;
    overflow-x: hidden;
    border-radius: 8px;
    z-index: 10px;
    overflow:scroll;
    background-image: url(images/nen2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .border-top{
    position: absolute;
    top: 365px;
    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: 1050px;
    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: 900px;
    left: 90px;
    height: 450px;
    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;
  }
  
  a {
    cursor: url("images/cursor.cur"), pointer;
  }
  