@import url(https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap);
*{box-sizing: border-box;}

body {
  margin: 0;
  font-family: "Philosopher", sans-serif;
  background-color: #FFDAB9;
}


form  {
	position: relative;
	border: 1px solid #003366;
	margin: auto;
	width: 30%;
	top: 10%;
}

#fe	{
	font-size: 1em;
	font-family: "Philosopher", sans-serif; 
	margin: 20px;
}

p {
	position: relative;
	width: 30%;
	margin: auto;
	top: 200px;
	font-size: 1.5em;
	font-family: "Philosopher", sans-serif; 
}