
/* https://scuti.neocities.org/pages/thoughtform-manifestation */

.thoughtform {
    width:80%;
    margin:auto;
    display:flex;
    flex-direction:column;
    margin-bottom:1em;
    gap:0.5em;
}
.thoughtform label {
    font-weight:bold;
}
.thoughtform input, textarea {
    width:90%;
    margin:auto;
    padding:10px;
    display:block;
    font-family:monospace;
    font-size:1em;
}
.thoughtform input {
    margin-top:0.5em;
}
.thoughtform textarea {
    ;
}
.thoughtform button {
    width:50%;
    margin:auto;
    padding:8px 12px;
    cursor:pointer;
    font-weight:bold;
}
.thoughtform button:hover {
    ;
}
.thoughtform a {
    text-align:center;
}
.thoughtform hr {
    width:70%;
    color:black;
}
