@import url("https://schoolweb.tn.edu.tw/uploads/fonts/woff2.css");
body {
background: url(../images/wood.jpg) no-repeat center/cover;
}
article {
width: 60%;
border: 1px solid gray;
padding: 2rem 4rem;
margin: 3rem auto;
background: white;
box-shadow: 0px 0px 20px #ffffff;
}
h1 {
font-size: 3rem;
color: rgb(48, 92, 94);
text-align: center;
font-family: Mamelon;
}
h2 {
font-size: 2rem;
color: rgb(107, 65, 17);
text-align: center;
font-family: mnyylti;
}
p {
font-family: mnyylti;
font-size: 1.2rem;
line-height: 2.2rem;
}
blockquote {
border-left: 10px solid rgb(160, 233, 205);
padding: 1rem 3rem;
font-family: HanWangWeBe;
font-size: 1.2rem;
line-height: 2.2rem;
color: rgb(48, 64, 116);
}