html { 
  background-color:black;
  /*background:  url(evieGif2.gif) no-repeat center center fixed; */
  background-size: cover;
}

body {
    /*height: 100%;*/
    color: black;
	background-color: transparent;
	/*background-color: rgba(35,35,35,.24);*/
	margin: 0px
}

img{
    position:absolute;
    z-index: -1;
    top:0;
    display:none;
    width:100%;
    height:100%;
}

#header {
	font-family: "Consolas", Consolas, sans-serif;
	font-size: 50px;
	color: #FF0000;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 2%;
	padding-left: 40px;
}

h3 {
	color: red;
	text-shadow: 0 0 5px white;
	}

#title {
	color: red;
	font-size: 50px;
	font-style: italic;
	}

#page {
	width: 45%;
	margin-top: 5%;
	margin-bottom: auto;
	margin-left: 1.5em;
	padding: 40px;
	font-family: "Consolas", Consolas, sans-serif;
	/*font-size: 50px;*/
	font-size: 3.5vw;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 1vw black, 0 0 2vw white;
	/*2px 2px 5px gray;*/
	text-align: left;
	line-height: 1.25em;
}