body {
  font-family: "IM Fell DW Pica SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  display: grid;
  background: #f0ebe2;
}

h2 {
font-family: "IM Fell DW Pica SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
}

.txt {
font-family: serif;
font-size: 80%;
margin-left: 10%;

}

.quote {
font-size: 80%;
margin-left: 33%;

}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: pink;
}

/* selected link */
a:active {
  color: pink;
}
