@import "https://fonts.googleapis.com/css?family=Lato:100";

body{
	background-image:url(backgroundblack.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
    background-size: 100% 100%;
}



html{
	font-size: 10px;
	font-family: "Lato", Arial, sans-serif;
	color: #fff;

}
h1{
	font-size: 5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5rem 10rem;
	color: #fff;
		text-shadow: 0 0 10px #00b3ff,
	             0 0 20px #00b3ff,
	             0 0 40px #00b3ff,
	             0 0 80px #00b3ff,
	             0 0 120px #00b3ff;
}
h2{
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%, -50%);
	padding: 5rem 10rem;
	color: #fff;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 700px;
  width: 30%;
  box-shadow: 0px 0px 10px #FF0083;
  transition:1s;
}

.center:hover{
	transform:scale(1.1);
	z-index:2;
}

h3{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align:center;
  letter-spacing: 5px;
}
