body {
      margin: 0;
      padding: 0;
      height: 100vh;
      width: 100vw;
  
      background-image: url('cityscape.jpg');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      background-attachment: fixed;
      }
      
      .navLink {
        color: white;
        margin-left: 30px;
        background-color: black;
        width: 70px;
        float: left;
      }
    
      /* Sidebar */
      #side {
        border: white solid 3px;
        width: 15vw;
        float: left;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        margin-left: 20px;
        
        overflow: hidden;
      }
      a {
        color: white;
      }
      
      /* Center Content */
      .center {
        width: 70vw;
  
        background-color: rgba(0, 0, 0, 0.8);
        border: white solid 3px;
        margin-left: 70px;
        
        margin-bottom: 20px;
      }
      .centerTxt {
        color: white;
        margin-left: 20px;
        margin-right: 10px;
        
        text-align: left;
        text-indent: 7px;
      }
      .centerImg {
        border: white solid 1px;
        height: 200px;
        width: 160px;
      }
      .altCenImg {
        border: solid white 3px; 
        max-width: 70%; 
        height: auto; 
        display: block;
      }
      .title {
        color: white;
        margin-top: 0;
        margin-bottom: 0;
        
        padding-top: 5px;
        padding-bottom: 5px;
      }
      .name {
        color: white;
        text-decoration: bold;
      }
      .bottomLinks {
        color: white;
        text-decoration: bold;
        
        margin: 0;
        padding: 5px;
      }
      
      /* Snippet */
      .snip {
        width: 50vw;
  
        background-color: rgba(0, 0, 0, 0.8);
        border: white solid 3px;
        margin-left: 70px;
        
        margin-bottom: 20px;
      }