body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #f4f4f4;
}

.container {
    text-align: center;
    margin-bottom: 10px; /* khoảng cách từ dòng nội dung tới đáy màn hình */
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
