/*NottsPots CSS File*/
/* 15 May 2025*/
/*Author: Ack*/
/*3redcoconuts.com */
header {
	display: block;
	width: 100vw;
	text-align: center;
}
h1 {
	font-family: san serif;
	font-size: clamp(5rem, 7rem, 10rem);
	color: #264A0C;
}
h2 {
	font-family: san serif;
	font-size: clamp(3rem, 5rem, 8rem);
	color: #264A0C;
}