﻿
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f4ef;
    color: #333;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background-image: url(../img/lua-min.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #333;
}

header {
    background-color: #7a4b21;
    color: white;
    text-align: center;
    padding: 20px;
}

nav {
    background-color: #f2e0c9;
    text-align: center;
    padding: 10px;
}

    nav a {
        color: #7a4b21;
        text-decoration: none;
        margin: 0 15px;
        font-weight: bold;
    }

        nav a:hover {
            color: #c47f39;
        }

.container {
    max-width: 900px;
    margin: 30px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

h2 {
    color: #7a4b21;
    text-align: center;
}

p {
    line-height: 1.6;
    font-size: 16px;
}

.highlight {
    color: #c47f39;
    font-weight: bold;
}

.back-home {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .back-home a {
        background-color: #7a4b21;
        color: white;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: bold;
    }

        .back-home a:hover {
            background-color: white;
        }



footer {
  /* Đây là màu nền màu nâu sậm giống header */
  background-color: #7a4b21; 
  
  /* Đây là màu chữ trắng để nổi bật trên nền nâu */
  color: #f2f2f2; /* Hơi trắng ngà một chút */
  
  padding: 40px 50px; /* Thêm khoảng đệm cho đẹp */
}

/* Đổi màu các tiêu đề trong footer (VỀ CHÚNG TÔI...) */
.footer-column h4 {
  color: #120101; /* Màu trắng tinh */
}

/* Đổi màu các đường link trong footer */
.footer-column ul li a {
  color: #0a0101; /* Màu trắng */
  text-decoration: none; /* Bỏ gạch chân cho gọn */
}

/* Thêm hiệu ứng khi di chuột qua link */
.footer-column ul li a:hover {
  text-decoration: underline; /* Thêm lại gạch chân khi di chuột */
}

/* Định dạng cho dòng Copyright */
.footer-copyright {
  text-align: center; /* Căn giữa */
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #9c6c40; /* Đường kẻ phân cách */
  font-size: 14px;
}