body {
    
    margin: 20px;
    background-color: #d3d8bb;
    color: #333;
    font-size: medium;
    padding: 50px;
}

.english-poem-font {
    font-family: "Times New Roman", serif;
    line-height: 1.6;
}

.chinese-poem-font {
    font-family: "Songti SC", serif;
    line-height: 2.0;
}

h1 {
    color: #007acc;
}

p {
    font-size: 1.1em;
}