/* Scratch Pad Styles */
.scratch-pad {
    margin: 20px 0;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 5px solid #0073e6;
}

.scratch-pad h2 {
    font-size: 2rem; /* Increase header size */
    font-weight: bold;
    color: #333;
}

.scratch-pad p {
    font-size: 1.2rem; /* Increase subheader size */
    color: #555;
}

.scratch-pad blockquote {
    font-size: 1.1rem;
    font-style: italic;
    border-left: 4px solid #0073e6;
    padding-left: 15px;
    margin-left: 10px;
    color: #444;
}

.scratch-pad ul {
    margin-top: 10px;
    padding-left: 20px;
}

.scratch-pad ul li {
    font-size: 1rem;
    margin-bottom: 5px;
}
