html, body {
    margin: 0;
    padding: 0;
    height: 100%; 
  }

  .container {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-image: url("calvino_week4_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbe6d1ed; 
    z-index: 0; 
  }

  .content {
    position: relative;
    z-index: 1; 
    padding: 40px;
  }

body {
    font-family: Verdana, sans-serif;
    }
    
    h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: #4E0102;
    }
    h1 {
    text-align: center;
    }
    h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
    text-align: center;
    }
    em {
    font-weight: bold;
    font-size: 120%;
    }
    blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
    }
    .firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
    }
    .firstWord{
    text-transform: uppercase;
    }
    #firstStory {
    color: #17037A;
    }
    a[href="#top"] {
      font-weight: bold;
    }

    #toc{
        font-family: Georgia, serif;
        font-size: 100%;
        border-top: solid 2px #4E0102;
        border-bottom: solid 2px #4E0102;
        text-align: center;
    }

    li{
        display: inline;
        list-style-type: none;
    }

    a:link, a:visited, a:active{
        color: black;
        text-decoration: none;
    }

    a:hover{
        color: black;
        text-decoration: underline;
    }