html {
	font-size: 18px;
}

body {
	background: url(bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: 'Playfair Display', serif;
	text-align: left;
	font-size: 5rem;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: white;
	font-weight: 700;
	margin-bottom: 0.15rem;
}

h2 {
	font-family: 'Playfair Display', serif;
	text-align: left;
	font-size: 1.5rem;
	color: white;
	margin-bottom: 1.5rem;
}

#jez {
	max-width: 540px;
	top: 20%;
	position: relative;
	left: 5%;
	bottom: 10%;
}

#jezScroll {
	max-width: 500px;
	height: 600px;
	top: 20px;
	position: relative;
	left: 5%;
	bottom: 10%;
	overflow: scroll;
}

p {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	text-align: left;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
	line-height: 1.8;
	margin-bottom: 1rem;
}

img {
	padding-right: 20px;
	max-width: 50px;
}

a {
	color: white;
}
