body {
	background: url("../img/bg/mask.webp");
	background-size: 25%;
	background-attachment: fixed;
	min-height: 100%;
}

.full-house {
	display: flex;
	position: fixed;
}

.full-house div {
	text-align: center;
}

.dog {
	width: 70%;
	padding-top: 10%;
}

.house {
	width: 80%;
}

@media (max-width: 1000px) {
	.dog {
		display: none;
	}
}
