body {
  background: white;
  background-color: azure;
}
p {
  color: #29cd32;
  text-align: left;
  font-family: sans-serif;
  font-size: 18px;
  }

h1 {
  color: #9900ba;
  font-family: cursive;
  font-size: 34px;
  letter-spacing: inherit;
  font-style: oblique
}

h2 {
  color: #9900ba;
  font-family: monospace;
  font-style: oblique;
}

li {
  color: dodgerblue;
  font-size: 18px;
  font-family: sans-serif;
  font-style: italic;
}

img {
  border-color: #65ffd6;
  border-width: 4px;
  border-style: double;
  border-radius: 30px;
  height: 275px;
}

h3 {
  color: #0056ff;
  font-family: monospace;
  font-style: oblique;
}