#canvas_container {
    width: 800px;
    height: 450px;
    overflow: auto;
}
#canvas_container {
	background: #333;
	text-align: center;
	border: solid 3px;
}
.color{
	background: #206BA9;
}
.titulo{
	width: 60px; 
	height: 50px; 
	color:white; 
	text-align:center; 
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.texto {
	color:black;
}
.largo-folio {
	width: 140px;
}
.texto-input {
	color:white;
}