/* For specific tweaks of the page (if needed) */

.illustration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
}


.prompt {
    font-size: 0.9em;
    color: #505050;
    vertical-align: center;
    font-family: "Söhne Mono", Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}
