@import url(https://fonts.googleapis.com/css?family=Lato);

		html{
			height: 100%;
		}
		

		h1.ketikan{
			color: #ffffff;
			font-size: 4em;
		}

		

		.typed-cursor{

			opacity: 1;
			animation: blink 0.7s infinite;

		}
		@keyframes blink{
			0%{ opacity: 1;}
			50%{opacity: 0;}
			100%{opacity: 1;}
		}
.typing{

			
			font-family: 'Lato', sans-serif;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100%;
			margin: 0;
		}
h1 .red{
	color: skyblue;
	font-size: 4em;
}