body {
    font-family: Helvetica, Arial, sans-serif;
    background: #f4e5ff;
}
  a:link {
      color: #6666FF;
      text-decoration: none;
  }
  a:visited {
      color: #6666FF;
      text-decoration: none;
  }
  a:hover {
      color: #C299EB;
      text-decoration: none;
  }
  a:active {
      color: #6666FF;
      text-decoration: none;
}
    h1 {
      color: #C299EB;
      text-align: center;
    }
    p {
      color:#3A2E46;
      text-align: center;
    }
    .header {
      background-color: #ffffff;
      width: 50%;
      margin: auto;
      padding: 1%;
    }
    .navigation {
      font-size: 1em;
      text-align: center;
      text-transform: uppercase;
      word-spacing: 1em;
    }
    .content {
      background-color: #ffffff;
      width: 50%;
      padding: 1%;
      margin: auto;
      opacity: 0.7;
    }