h1 {
    text-align: center;
}

.commands {
    padding: 50px 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.commands .command {
    margin: 20px;
    padding: 20px;
    background-color: #2b2d30;
    border-radius: 8px;
    max-width: 300px;
}

.commands .command h2 {
    text-align: center;
    padding-bottom: 10px;
    border: 0 solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00c864, #00c8fa);
    border-bottom-width: 1px;
}

.commands .command p {
    padding-top: 10px;
    color: #c8c8c8;
    word-spacing: 0.10em;
}