#terminal-output {
	opacity: 0;
}

#terminal-output.show {
	opacity: 1;
	animation: blend_in 1s steps(60, end) forwards;
}