body
 { 
  
  height:100%;
  margin-right:15px;
  background-color: black;
}
.bg-img
{
	background-color: black;
}
.img
{
	min-width:100%;
}

.box
{
	position: relative;
  text-align: center;
  color: white;
  
	
	
}
.center
 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border :solid;
  border-color:DimGray;
  font-size:19px;
  color:Dimgrey;
  padding:7px 17px 7px 17px;
  
  
}
.center:hover
{
	opacity:0.8;
	background-color:Gainsboro;
	
}

.bottom-right
 {
  position: absolute;
  bottom: 8px;
  right: 16px;
  border :solid;
  border-color:DimGray;
  font-size:19px;
  color:Dimgrey;
  padding:7px 17px 7px 17px;
  
  
}
.bottom-right:hover
{
	opacity:0.8;
	background-color:Gainsboro;
}



.mail
{
	text-decoration:underline;
	color:white;
	
}

.mail:hover
{
	text-decoration:none;
	color:#cc9933
}
.info
{
	position:absolute;
	bottom:5px;
	right: 30px;
	color:silver;
	font-size:20px;
}