/* 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 {
    line-height: 1;
    
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }


/*=========================================
    Main Styles
    =========================================*/
    header {
      position: center;
      font-family: sans-serif;
    }
    nav {
      background-color: #050729;
      border: solid 1px black;
      border-radius: 3px;
      margin-left: 450px;
      margin-right: 490px;
      font-size: 18px;
      list-style-type: none;
      display: block;
      text-align: center;
      }
    body {
      font-family: arial, helvetica, sans-serif;
      background-image: url("space.png");
      margin: 15px;

      }
      table {
        background-color: #f1f1c1;
        border-spacing: 0px;
        margin-top: 50px;
      }
    .table2 {
      margin-top: 50px;
      border: 2px;
      width: 100%;
      border-spacing: 0px;
      border-collapse: collapse;
      border-color: black;
    }
  
    .center {
      display: block;
    margin-left: 320px;
    margin-right: 300px;
    width: 50%;
    text-align: center;}


    .footer {
      margin-top: 200px;
      text-align: center;
      align-content: center;
      
      
    }
    .Pagehead {
      font-family: cursive;
    }
    .brick {

      float: right;
      width: 50%;
    }
    .Old {
      margin-top:170px;
      margin-left: 50px;
    }
    .Lenny {
      margin-top: 50px;
      margin-left: 50px;
    }
    .great {
      text-align: center;
      margin-top: 50px;
      width: 50%;
      margin-left: 350px;
    }
    .Betty {
      margin-top: 50px;
      float:right;
      width:50%;
    }
