:root {
    --body-font: "Nunito", sans-serif;
}

body {
    font-family: var(--body-font);
}

textarea {
    margin-top: 40px;
    width: 100%;
    height: 200px;
    font-family: Consolas, Lucida Console, monospace;
}

#input {
    text-align: center;
}

#result {
    text-align: center;
}

pre {
    white-space: pre-wrap;
}
