* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	color: rgb(29, 29, 37);
	background:  linear-gradient( to bottom,  rgb(230, 230, 234), #d9d9e3,  #b4a5c9);
	padding-top: 80px;
	font-family: "jeanne-moderno", serif;
	
}


.content {
	height: 700px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.heading {
	font-family: "";
	text-transform: uppercase;
	font-size: 4vw;
	margin-top: -5px;
	font-family: "jeanne-moderno", serif;
}

.image-trail {
	max-width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

@media screen and (min-width: 50em) {
	body {
		overflow: hidden;
	}
	.content {
		height: 650px;
		overflow: hidden;
	}
}
