body {
  background-color: rgb(63, 63, 63);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(206, 206, 206);
}
p {
  color: red;
}