body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('fondolimpio.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
	font-size:14px;
	paddint:2%;
  }
  .center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .center-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 1.5rem;
    margin: 50px auto;
	      margin-bottom: 0px;
	text-align: center;
    
  }
  
 img {
    width: 30%;
    height: auto;
    margin: 40px;
  }
  
  
  .center-button {
    display: block;
    background-color: red;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    margin: 4px 2px;
    cursor: pointer;
	  color:white;
	  border-radius: 10px;


  }
  .center-button:hover {
    opacity: 0.5;
	/**  transition: ease-in .3s;
	transform: translate(0,-30px);
	-webkit-transform: translate(0,-30px);
	-o-transform: translate(0,-30px); 
	-moz-transform: translate(0,-30px); */
  }
p{
	margin: 2px auto;
}
  /* Responsive */
  
@media screen and (max-width: 600px) {
 .center-button {
	  padding: 10px 20px; 
  }
	 img {
width: 50%;
	 height: auto;

  }

}

