body {
  background-color: black;
  color: Chartreuse;
  font-family: Courier;
}

h1 {
  color: DeepPink;
  font-weight: Bold;
  text-align: center;
}

h2 {
  color: DarkViolet;
  font-weight: bold;
}

a {
  color: Blue;
  text-decoration: underline;
}

.summary {
  font-style: italic;
  color: FloralWhite;
}

.titlesum {
  font-style: italic;
  color: FloralWhite;
  text-align: center;
}

.bloglink {
  color: DarkViolet;
  font-weight: bold;
  text-decoration: underline;
}

.aboutme {
  color: Aquamarine;
  text-align: center;
} 