/*địa danh*/
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(270deg, #a3b5de, #6ad29c, #cc673b);
    /* xanh lá nhạt */
    font-family: Arial, sans-serif;
    text-align: center;
}

.IMG{
    text-align: left;
    }
    
.container {
    width: 90%;
    margin: auto;
}

table.wikibox {
    margin: 40px auto;
    border: 1px solid #666;
    border-radius: 12px;
    padding: 15px;
    background: #91ebf3;
}

table.wikibox img {
    width: 500px;
    border-radius: 8px;
}

.box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0;
    background: #d9eaa7;
    padding: 10px;
    border-radius: 50px;
}

.box img {
    width: 250px;
    border-radius: 20px;
}

.box h2 { text-align: center};
.box ul {
    text-align: left;
}

.economy {
    margin: 20px 0;
    background: #d9eaa7;
    padding: 10px;
    border-radius: 80px;
}

.economy img {
    margin: 10px;
    border-radius: 10px;
}

.economy figure {
    display: inline-block;
    margin: 15px;
}

.economy figcaption {
    font-size: 14px;
    margin-top: 5px;
}

.tourism {
    display: flex;
    align-items: center;
    background: #d9eaa7;
    margin: 20px 0;
    border-radius: 50px;
    padding: 15px;
}

.tourism img {
    width: 350px;
    border-radius: 15px;
    margin-right: 10px;
}

.tourism .text {
    text-align: left;
}

.bold {
    font-weight: bold;
}
.do {
    color: #c91c39;
}
.footer {
    background-color: #333;
    /* màu nền */
    color: white;
    /* chữ màu trắng */
    text-align: center;
    /* căn giữa */
    padding: 20px;
    /* khoảng cách trong */
    margin-top: 40px;
    /* cách nội dung phía trên */
    font-size: 16px;
}

.footer p {
    margin: 5px 0;
    /* khoảng cách giữa các dòng */
}