#fw-section-custom-html-5cbf489f-aacd-4452-a64e-78e185bd5bca {

:root {
            --title-font: 'Schoolbell', cursive;
        }

        body {
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 40px 20px;
            margin: 0;
            min-height: 100vh;
            box-sizing: border-box;
        }

        .commands {
            display: inline-block;
        }

        .commands__header,
        .commands__body {
            display: grid;
            grid-template-columns: 220px 40px 260px 40px 220px 40px 180px;
            column-gap: 0;
        }

        .commands__body>.col {
            text-align: left;
        }

        .commands__header {
            align-items: center;
            margin-bottom: 18px;
        }

        .commands__title {
            font-family: var(--title-font);
            font-size: 34px;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 0.2px;
            white-space: nowrap;
        }

        .commands__dash {
            font-family: var(--title-font);
            font-size: 34px;
            line-height: 1;
            text-align: center;
            user-select: none;
        }

        .col {
            display: flex;
            flex-direction: column;
            gap: 10px;
            font-size: 20px;
            line-height: 1.2;
            white-space: nowrap;
            font-family: monospace;
        }

        .cmd-wrapper {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .cmd {
            display: block;
        }
}

















#fw-section-header {

h1 { font-size: 90pt; }
h2 { font-size: 90pt; }
}