/*
    System   : christianwestbrook.dev
    File     : index.css
    Engineer : Christian Westbrook
    Abstract : This file provides styling for index.html.
*/
body {
  background-color: #252525;
  color: #BBBBBB;
  font-family: Cambria, sans-serif;
}

a {
  color: #BBBBBB;
  text-decoration: none;
}

header pre {
  margin: 0 auto;
  text-align: center;
}

#content {
  display: flex;
  justify-content: center;
}

#content p {
  font-size: 24px;
}

/*# sourceMappingURL=index.css.map */
