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

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

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

pre {
    white-space: pre-wrap;
}

.nav-item a {
    color: #ffffff;
}
