header {
  padding: 40px;
  text-align: center;
  background: #a64dff;
  color: white;
}

body {
  font-family: Tahoma, sans-serif;
  margin-top:6%;
  margin-bottom:6%;
  margin-left:8%;
  margin-right:8%;
  background: #fefcf8;
  color: #262626;
}

h1, h2, h3, h4 {
  letter-spacing: -0.3px;
  font-family: Verdana, sans-serif;
}

h2 {
font-size:1.75em;
  }

h3 {
  font-size:1.5em;
  }

h4 {
  font-size:1.25em;
  }

p {
  font-size:1em;
  line-height: 25px; /* within paragraph */
  margin-bottom: 25px; /* between paragraphs */
  }

figure {
  padding: 0px;
  margin-left: 0px;
}