body {
  background: white;
}
p {
  color: black;
  font-weight: lighter;
}
h1 {
  color: black;
  font-weight: bold;
  font-family: monospace;
  text-shadow: 1px 2.5px;


}

img {
  border-width: 3px;
  border-radius: 5px;
}

h4{
  font-family: monospace;
  color: black;
}

body{
  background-color: white;
}

.Source{
  font-style: italic;
  color: lightgray;
}

html{
  background: grey;
}