/**
 * index.scss
 * - Add any styles you want here!
 */

body {
  background: #f5f5f5;
}

#dateBlock {
  background: blue;
  color: white;
  height: 125px;
}

#pageName {
  background: red;
  color: white;
  height: 125px;
}

#navCol {
  background: orange;
  color: white;
  height: 500px;
}

#messageCol {
  background: green;
  color: white;
  height: 500px;
}

#rightMargin {
  background: orange;
  color: white;
  height: 500px;
}

ul {
  list-style-type: none;
}

.articleImage {
  max-width: 100%;
}