/**** BASICS *****/

  body {
    margin: 0;
    background-image: url(/backgrounds/sadness.jpg);
    background-repeat: repeat;
    background-color: sienna;
  }

  @font-face {
    font-family: fake receipt;
    src: url(/fonts/Fake\ Receipt.otf);
  }

/***** LAYOUT *****/

  .film {
    width: 950px;
    height: 700px;
    border-top: 3.5px double #000;
    border-left: 3.5px double #000;
    border-right: 3.5px double #000;
    border-bottom: 3.5px double #000;
    overflow: scroll;
    margin: 50px auto;
    padding: 15px;
    background-color: #00000089;
  }

/***** MAIN CONTENT *****/

  main {
    background-color: aliceblue;
    padding: 15px;
    font-family: fake receipt;
    font-size: 1em;
  }

  .grid {
    margin-bottom: 50px;
  }

  .grid img {
    float: left;
    margin: 5px;
    border: #000 2px ridge;
  }

  .wrapper {
    line-height: 2em;
  }

  #review {
    border: #000 2px ridge;
    overflow: scroll;
    max-width: 950px;
    max-height: 500px;
    font-size: 1em;
    font-family: Courier;
    padding: 15px;
  }