body {
  background-color: #E0AFC9;
  color: #9A2AC7;
  font-size: 16px;
  font-family: Serif;
  text-align: center;
}

header {
  font-family: Serif;
  text-align: center;
  box-sizing:border-box;
  color: #D60D78;
  background-color: rgb(242, 75, 186);
  font-variant: small-caps;
  font-size: 1.5em;
  word-spacing: 0.8em;
  letter-spacing: 0.2em;
  border: 6px #D60D78 dashed;
  padding: 20px 5px 2px 5px;
  margin: 1px 300px 1px 300px;
  line-height: 0.5;
}

strong {
  font-weight: bold;
  color: #D60D78;
}
  
footer {
  text-align: center;
}
