/* Overrides mínimos sobre Pico CSS */
header {
    text-align: center;
    margin-bottom: 1rem;
}

blockquote {
    border-left: 4px solid var(--pico-primary);
    padding-left: 1rem;
    font-style: italic;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

footer {
    margin-top: 3rem;
    text-align: center;
    opacity: 0.6;
}

textarea {
    min-height: 120px;
}
