body {
    background-color: #333333;
} textarea { width: 15em; height: 20em; font-size: 24px; word-wrap: normal; }
select, input { width: 15em; }
textarea, input, select, button {
    font-family: "8BitOperator", "Sevenish";
    font-size: 24px;
} #inverter {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
}

main {
    width: 22em;
    display: flex;
    justify-content: space-between;
}