body {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main {
    max-width: 600px;
    padding-bottom: 3%;
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h1 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}

.properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.properties p {
    margin: 0;
}

.wordclass {
    font-size: 20px;
    margin: 0;
}

.phonetic {
    font-size: 1rem;
    color: #555555;
    margin: 0;
}

.audio-button {
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    margin: 0;
}

.audio-button:hover {
    background-color: #0056b3;
}

.definition {
    margin: 10px 0;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    padding: 0;
}

.history {
    margin: 0;
    font-size: 1rem;
    text-align: left;
}

.history p{
    margin: 0;
}

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

.history a:hover {
    text-decoration: underline;
}

.languages {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.nepali p {
    margin: 0;
    text-align: left;
    font-size: 1rem;
}

.limbu p {
    margin: 0;
    text-align: right;
    font-size: 1rem;
}

.kirant{
    font-family: "Noto Sans Limbu", serif;
}

footer {
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9rem;
    color: #555555;
}

footer p {
    margin: 0;
}