body {
  background-color: lightgray
}

p {
  text-align: left;
  color:black;
  font-family:sans-serif;
}

h1 {
  font-weight: 200;
  text-align: center;
  border-width:thick;
  border-style:dotted;
  border-color:white;
  font-family:cursive;
  color: rgb(0,0,210);       
}

img {
  width:500px; 
}

.source {
  width:100px;
  float:left;
}