body {
  background-color: #f8f2e2;
  font-family: Arial;
  margin: 0;
}

.color-acc1 {
  color: #314a96;
}

.color-acc2 {
  color: red;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.center {
  text-align: center;
}

.text {
  font-size: 14px;
	line-height: 1.5;
}

.header {
  padding: 20px;
  background-color: #9bcfed;
}

.spacer {
	height: 50px;
}

h1 {
  font-style: italic;
}