body {
  background: lilac;
  color: red;
  text-shadow: 0 0 1px lime;
  font-family: monospace;
}

header {
  text-align: right;
  line-height: 50px;
}

main {
  width: 666px;
  margin-left: 36px;
}

section {
  border-bottom: 3px double blue;
  margin-bottom: 50px;
}

article {
  margin-bottom: 50px;
}

p {
  margin: 5px 0;
}