@font-face {
    font-family: 'theseasons-ltit';
    src: url('fonts/theseasons-ltit-webfont.woff2') format('woff2'),
         url('fonts/theseasons-ltit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'theseasons-lt';
    src: url('fonts/theseasons-lt-webfont.woff2') format('woff2'),
         url('fonts/theseasons-lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

html { 
	background: url(background.svg) no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flex {
	display: flex;
	height: 100vh;
	gap: 4em;
	margin-top: 4em;
	margin-bottom: 4em;
}

.container {
	display: flex;
	flex-direction: column;
	margin: auto;
	overflow: auto;
	row-gap: 4em;
	text-align: center;
}

h2 {
	font-family: theseasons-lt;
	font-size: 1.5em;
	color: #fff;
}

h3 {
	font-family: theseasons-ltit;
	font-size: 1.5em;
	color: #fff;
}

h4 {
	font-family: theseasons-lt;
	font-size: 1.2em;
	color: #fff;
}

p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

a {
	color: #fff;
	text-decoration: none;
}
