*
{
	margin: 0;
	padding: 0;
}
header
{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(robo.jpg);
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-image: linear-gradient
}
.heading
{
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-family:'Dosis', sans-serif;
}
.link
{
   color: #fff;
   text-decoration: none; 
   background-color: none;
   font-family:'Dosis', sans-serif;
}
a 
{
   text-decoration:none;
}
h1
{
	font-size: 30;
	letter-spacing: 10px;
}
hr
{
	width: 50%;
	margin: 15px auto;
	border: 1.5px solid #fff
}
p
{
	font-size: 20px;
	margin-bottom: 10px;
}