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

}

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

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

body{
  background-color: black;
}

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

html{
  background: white;
}

.Newpg{
  font-size: 40;
}