.cypher-page h1 {
    text-align: center;
}

.cypher-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cypher-box {
    width: 40%;
    text-align: center;
}

.cypher-box textarea {
    width: 100%;
    height: 180px;
    box-sizing: border-box;
}

.offset {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 700px) {
    .cypher-boxes {
        flex-direction: column;
        align-items: center;
    }

    .cypher-box {
        width: 90%;
    }
}

.offset button {
    margin-left: 10px;
    padding: 4px 10px;
}
