
body{
	padding: 0px;
	margin:0px;
	/*background-color: rgb(224,224,224);*/
	height: 100vh;
	background: black;
	background: -webkit-linear-gradient(45deg, #001600 0%, white 29%, #C0E4FF 53%, black 78%, #C0E4FF 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, #001600 0%, white 29%, #C0E4FF 53%, black 78%, #C0E4FF 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, #001600 0%, white 29%, #C0E4FF 53%, black 78%, #C0E4FF 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, #001600 0%, white 29%, #C0E4FF 53%, black 78%, #C0E4FF 100%); /* Standard syntax */

}


.typed-cursor{
    opacity: 0;

}


#content{
	position: relative;
	margin-top: 2vh;
	margin-left: 5vw;
	font-family: helvetica;
	font-weight: lighter;
	z-index: 5;
	font-size: 50px;
	color: white;
	width: 90vw;
	word-wrap: break-word;
	text-shadow: -5px 1px 15px BurlyWood;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: 50px;
	padding-bottom: 30vh;
}

.cover{
	position: absolute;
	height: 100vh;
	width: 100vw;
	z-index: 5;
	left: 0px;
	top: 0px;
	mix-blend-mode: difference;

}

