/* ids are #, classes are . 
you can chain specific stuff like h2.destination to only select h2s with the desination class */

body {
  background-color: #d8ccb4;
  color: #1a2e16;
  font-family: "Lucida Grande", "Verdana", sans-serif;
}

.site-status-box {
  text-align: center;
  font-size: 12px;
  color: #bda980;
}

h1,
  h2 {
    color: #2f4d2a;
    text-align: center;
}

h3 {
  text-align: center;
}

#interest-list {
  text-align: center
}

.blinkies,
  .pokemon {
    text-align: center;
}

