/*
 * This file has the styles particular to index.html
 */
@media screen {
  p#blurb {
    max-width: 80%;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  div#table_hack {
    display: table;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  div#local_resources {
    display: table-cell;
    margin: 10px;
  }
  div#other_resources {
    display: table-cell;
    margin: 10px;
  }
}
