body {
    font-family: 'Seoge UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
    margin: 0;
    background: #f0f4f8;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

button {
    background-color: #00a8e8;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    margin: 1rem 0;
}

#result {
    margin-top: 20px;
    max-width: 400px;
    padding: 20px;
    border-radius: 12px;
    background-color: #f0f4f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif, Arial, sans-serif;
    color: #333;
}

#result h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#result h2 span.flag {
    font-size: 3rem;
}

#result p {
    margin: 6px 0;
    font-size: 1rem;
}