body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2ecc71;
    color: white;
    padding: 15px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

section {
    padding: 20px;
}

img {
    width: 100%;
    margin-top: 10px;
}

footer {
    background-color: #eee;
    text-align: center;
    padding: 10px;
}
/* Bố cục chung cho từng mục */
.item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

/* Hình ảnh */
.item img {
    width: 200px;      /* Giảm kích thước ảnh */
    height: auto;
    margin-right: 20px;
    border-radius: 8px; /* Bo góc cho đẹp */
}

/* Nội dung */
.item .content {
    max-width: 600px;
}
