body{
margin: 0;
padding: 0;
    height: 100vh;
    display: flex;
	justify-content: center;
	align-items: center;
background-image: url("Logo.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: sans-serif;
}
.container {position: relative;}
.content {
	position: relative;
	z-index: 1;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 2px solid #333;
	
}
.boton-facebook {
	background-color: #3b5998;
	color: white;
	padding: 20px;
	border: none;
	border-radius: 5px;
}