/* _styles.css */

#post {
  color: green;
}

#blog {
  color: tomato;
}

a:visited {
  color: white;
}

header {
}
main {
}
footer {
}
article {
}

