body {background-color: #19004a;}
h1 {margin-left: 70px; font-family: 'PT Sans'; color: white}
h2 {margin-left: 70px; font-family: 'PT Sans'; color: white}
h3 {margin-left: 70px; font-family: 'PT Sans'; color: white}
p {margin-left: 70px; font-family: 'PT Sans'; color: white}

/* visited link */
.index {
  margin-left: 70px; font-family: 'PT Sans'
}
a:link {
  color: turquoise;
}
a:visited {
  color: violet;
}
