body{
	background-image: image("indexbackground.jpg");
}

h1{
	font-size:300%;
	color:white;
}


#button{
	width: 400px;
	height: 300px;
	background-color: rgb(0,255,0);
	font-family: "Comic Sans MS";
	font-size: 250%;
	text-align: center;
	margin-left: 450px;
}

#button a:hover{
    background-color: #555;
    color: white;
}

.jumbotron {
	height: 190px;
	color: "white";
}

.word{
	text-align:center;
}

img{
	align-self: center;
}


