body {
  background-color: blue;
}
h1 {
  color: cyan;
  text-align: center;
   font-family: 'Courier New', monospace;
   font-size: 400%;
   text-decoration-line: underline;
   text-decoration-thickness: 3px;
}
p {
font-family: "Times New Roman", Times, serif;
color: white;
font-size: 32px;
text-align: center;
text-shadow:
  1px 1px 2px white,
  0 0 1em cyan,
  0 0 0.2em white;
	}
	
.joe {
color: red;}

