body {
    background-image: url("file:///Users/dylandesmarais/Desktop/School%20work/Junior%20Year/Fall%202022/iffall2022/publish/microsite/initial-build/img/old-paper.jpg");
    width: 1920px;
    height: auto
}

.title {
    font-family: ltc-nicholas-cochin-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    text-align: center;
}

.header {
    font-family: ltc-nicholas-cochin-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
}

.description {
    font-family: gitan-latin, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
}

.whole {
    padding-left: 30rem;
}

li.adaptations {
    list-style-type: disc;
}

li {
    display: block;
    width: 50%;
    text-align: left;
    margin-bottom: 2rem;
    
}

.img {
    width: 470px;
    padding: 0px;
    margin: 0px;
}

.small_img {
    width: 200px;
}

.plot {
    display: flex;
    flex-wrap: wrap;
}

#Jttw {
    width: 594;
    height: auto;
}

.wu {
    display: flex;
    flex-wrap: wrap;
}

#wu {
    width: 594;
    height: auto;
}

.characters {
    display: flex;
    flex-wrap: wrap;
}

.characters.img {
    width: 424px;
    height: auto;
}

h2 {
    margin: 0px;
    margin-bottom: 1rem;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.wu.img {
    margin-left: 2rem;
    width: 500px;
}
 .text-overlay {
    position: relative;
 }

 #fan {
    float: left;
 }

 /* #db {
    float: right;
 } */

 .adaptations {
    width: 1212px;
 }

 .footer {
    display: flex;
    flex-wrap: wrap;
 }

 .footer li {
    display: block;
    width: 13%;
    text-align: center;
 }

 .outside {
    width: 100%;
    height: 200px;
    background-color: rgb(243, 218, 181);
    top: 50%;
    left: 50%;
 }
 
 .inside {
    width: 100%;
    height: 100px;
    background-color: rgb(223, 189, 163);
    top: 25%;
    left: 25%;
    padding: 1rem;
 }

 .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 550px;
    background-color: rgb(243, 218, 181);
    position: fixed;
    overflow: auto;
 }

 li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    padding-left: 20px;
    text-decoration: none;
 }

  li a:hover {
    background-color: #555;
    color: white;
  }