@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&family=Libre+Baskerville:wght@400;700&family=Manrope:wght@400;600;700&family=Nunito:wght@400;700&family=PT+Sans:wght@400;700&family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap');


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

html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	background: #fefff8;
	background: #FBE994;
	/*background: #FFF;*/
	background: #ff6319;
	background: rgb(255,99,25);
	/*background: linear-gradient(357deg, rgba(255,99,25,1) 0%, rgba(255,183,31,1) 100%);*/
	background: #ff8b45;
	background: #FFF;

}
body {
	color: #333;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Nunito', sans-serif;*/
	/*font-family: 'Heebo', sans-serif;*/
}




a {
	text-decoration: none;
	color: #2EB1F4;
}

h1, h2 {
	font-family: 'Libre Baskerville', serif;
	color: #000;
}
h1 {
	text-align: center;
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 40px;
	/*margin-left: 100px;*/
	/*float: left;*/
}
