body {
  background-color: pink;
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  color: #666666;
}

h1 {
  font-family: courier, monospace;
  color: #3C91E6;
}

h2 {
  font-style: bold;
  color: #5FAD41;
  
}
h3 {
  font-weight: 400;
  color: #888888;
}
h4 {
  font-family: courier, monospace;
  font-weight: 400;
  color: #FB5A62;
}

p {
  max-width: 600px;
}

ul {
  max-width: 600px;
}

img {
  max-width: 600px;
}

