#typeBox {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    max-width: 800px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
    cursor: pointer;
}
.sentence {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.6;
}
.fa-text { color: black; }
.en-text { color: green; }
.phonetic-text { color: red; font-style: italic; }
body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}
