* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.chair {
	height: 60%;
	position: absolute;
	top: 70%;
	left: 70%;
	transform: translate(-70%, -70%);
}

.s1 {
	background-image: url("./img/couch.jpg");
	background-size: cover;
}

.section h1 {
	font-size: 64px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	background: linear-gradient(to left, #87c7df, #648896);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s2 {
	background: linear-gradient(to left top, #cbcbcb, white);
}

.s2 h1 {
	font-size: 48px;
	background: linear-gradient(to left, #303030, #414141);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.description {
	margin: 20%;
	width: 50%;
	margin-left: 5%;
}

.s3 img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	max-width: 100%;
	height: 60vh;
	object-fit: cover;
}
