body {
	font-family: "roboto", sans-serif;
}

:root {
	--paper:#EEEBE6;
	--khaki:#E3CFB4;
	--tan:#C6A49A;
	--mauve:#D68189;
	--hotpink:#E94E77;
}

.helpme {
  text-align: center;
  margin:0 100;
}

.penk {
	background-color: lightpink;
	text-align: center;
	width: 100%;
}
.titlecntr {
	text-align: center;
}

.aubrey-regular {
  font-family: "Aubrey";
  font-weight: 400;
  font-style: normal;
}

.roboto { 
	font-family: "Roboto"
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:"wdth" 100;}

.ough {
	background-color: var(--paper);
	margin: auto;

}

section {
	width: 100%;
}

div {
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-family: "aubrey";
	font-size: 48px;
}

h2 {
	font-family: "roboto";
	font-size: 28px;
	letter-spacing: 1em;
	margin-bottom: 6px;
}

p {
font-family: "roboto";
font-size: 18px;
font-weight: 400px;
}



