body {
    font-family: "Determination Mono";
    font-size: 48px;
    display: flex;
    height: 100vh;
    align-items: center;
    margin: 0;
} main {
    display: flex;
    justify-content: center;
    width: 100vw;
} section {
    display: inline-block;
    height: fit-content;
} #before {margin-right: 64px;}
#after {margin-left: 64px;}


textarea {width: 10em; font-size: 32px; font-family: "8BitOperator"; word-wrap: normal;}
input {width: 3.6em; font-size: 32px; font-family: "8BitOperator";}
button {font-size: 32px; font-family: "8BitOperator"; width: 4.8em;}
label {display: block;}