a {
	text-decoration: none;

}

h1 {
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 25px;
	margin-left: 10%;
	line-height: 23px;
	position: absolute;
	top: 5%;
	font-weight: lighter;
}

div {
	height: 1px;
	width: 110%;
	margin-left: 10%;
	position: absolute;
	top: 20%; 
	background-color: black;
}


p a {
	font-family: 'Roboto', sans-serif;
	color: red;
	font-size: 25px;
	margin-left: 10%;
	position: absolute;
	top: 22%;

}

p a:hover {
	color: black;
}

#web {
	font-family: 'Roboto', sans-serif;
	color: red;
	font-size: 25px;
	margin-left: 10%;
	position: absolute;
	top: 26%;

}

#web:hover {
	color: black;
}












