div.background{

  width: 100%;
	height: 700px;




	background-image:  url("/assets/gallery/contact.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 70%;


}





div.contact_content{

 
  width: 70%;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;


}

h2.title {

  font-size: 30px;
	color: black;
	text-align: left;
  top: 30px;

}

p.email {
	
  margin-top: 40px;
	font-size: 20px;
	color: black;
	text-align: left;
}
p.git {

  margin-top: 40px;
	font-size: 20px;
	color: black;
	text-align: left;
}

a.link{
  color: black;
}

a.link:visited {
  color: black;
}
