
body{
	background-image:url("../img/fondo3.jpg");
	background-repeat:no-repeat;
	background:black
}
body img{
	width:100%;
	height:1100px;
}
@font-face{
	font-family:'Monoton', cursive;
	src:url('https://fonts.googleapis.com/css?family=Monoton');
}
h1{
	font-family:'Monoton', cursive;
	color:white;
	position:absolute;
	top:50px;
	right:100px;
	letter-spacing:3px;
	text-decoration:underline;
	margin-right:30%;
	text-transform: uppercase;
	text-shadow:3px 2px grey;
	margin-top:6%;
	font-size:50px;
}
h1:hover{
	color:#F54865;
	width:50%;
	margin-right:10%;
}
.container {
    position: relative;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #F54865;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  position: absolute;
  top: 59%;
  left: 48%;
  transform: translate(-50%, -50%);
  opacity:0,5px
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
a{
	color:white;
}

h1{
	
}
p{
position:absolute;
bottom:10%;
left:46%;
}

