.terminal { box-sizing: border-box; &_code { height: 300px; padding: 4px; box-sizing: border-box; overflow-y: scroll; border: none; white-space: pre-wrap; color: white; background-color: black; } }