* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #fc0; 
}
.fondo {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-image: url(../img/fondos/001-2.jpg); 
	filter: blur(6px);
}
.logo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 150px;
	width: 100%;
	height: 100vh;
}
.pie {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 180px;
}