.normal_input {
    font-size: 20px;
    font-weight: bold;
}

.btn-primary, .btn-success {
    margin-bottom: 5px;
    margin-left: 5px;
}

.space {
    font-size: 6px;
    margin: 5px 0;
}

.textarea {
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace; /* 適合閱讀 JSON 的等寬字體 */
    width: 100%;
    max-width: 800px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: vertical; /* 允許使用者上下拉伸輸入框 */
}

.test_container {
    margin-top: 20px;
}