/* 隱藏原本主題的黃色頁首、藍色海浪跟頁尾 */
header, footer, .site-header, .site-footer, .page-title, .entry-title { display: none !important; }
/* 強制全螢幕純黑底與白字 */
body, html, .site-content, .site { background-color: #000000 !important; color: #ffffff !important; }
/* 讓表單在畫面中間看起來好看一點 */
.confession-box { max-width: 600px; margin: 10vh auto; padding: 20px; }
.confession-box label, .confession-box p { color: #ffffff !important; }