body {
  background: white;
}
p {
  color: black;
}
h1 {
  font-weight: 50;
  font-family: fantasy;
  letter-spacing: 10px;
  text-shadow: 2px;
}
h4{
  font-family: monospace;
  font font-weight: bold;
}

.links{
  font-style: italic;
}

html{
  border: solid;
  border-color: gray;
  border-width: 7px;
}