@font-face {
	font-family: "Figtree";
	font-weight: normal;
	src: url(Figtree-Regular.woff2);
}
@font-face {
	font-family: "Figtree";
	font-weight: bold;
	src: url(Figtree-Bold.woff2);
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
}

html, body {
	margin: 0;
}

body {
	font-family: "Figtree", sans-serif;
	background-color: antiquewhite;
	background-image: linear-gradient(#fff8, #fff8), url(imgonline-com-ua-TextureSeamless-IJSIOw3v1nj6y0H.jpg);
	padding: 3rem;
	display: flex;
	flex-direction: column;
}

main {
	flex-grow: 1;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
	color: rebeccapurple;
}
