/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }

  /* Body Styling */ 

  body {
    background-image: url('../img/background.jpg');
    background-size: 1920px 1350px;
    background-repeat: no-repeat;
    line-height: 1;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .nav-container {
      position: absolute;
      top: 0px;
      right: 15px;
    }

    .coin-corner {
      position: absolute;
      top: 50px;
      right: 200px;
    }

    .mario-corner {
      position: absolute;
      top: 100px;
      right: 210px;
    }

    nav li {
      display: inline;
      font-size: 18px;
    }

    .paragraphs {
      top: 25px;
      color: black;
      position: relative;
    }

    .snestable, td {
      margin-left: 100px;
      border: solid 1px black;
      font-size: 36pt;
    }

    a:link {
      color: white;
    }

    a:hover {
      color: red;
    }

    a:visited {
      color: black;
    }

    .footer {
      top: 50px;
      text-align: center;
    }