.home {
	background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../images/startimage.jpg");
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.hometitle {
	padding:20px 30px;
 	background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../images/title.jpg");
	background-size: cover;
	font-size: 35px;
  	font-family: monospace;
  	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hometitle h1 {
	color: #fff;
	font-size: 40px;
}