body {
  background-color: purple; 
}

p {
  color: white;
}

h3 {
  color: white;
}

h1 {
  color: white;
  text-decoration-line: overline;
  font-family: monospace;
  text-shadow: -2px 2px;
}

img {
  float: left;
  width: 275px;
  margin: 25px;
  border-color: white;
  border-width: 3px;
  border-style: dashed;
  border-radius: 86px;
}