
/* Wrapper to Center the Typewriter */
.wrapper {
    background: #149cbe;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.centeredBox {
	width: 100%;
	text-align: center;
}

/* The Typewriter */

#typewriter  {
	
}

.cursor {
	border-left: 4px solid black;
}