body {
    background-image: url(images/paper.webp);
    background-size: cover;
    margin: 90px;
    font-family: 'Times New Roman', Times, serif;;
}
 #title {
    text-align: center;
    background-image: url(images/tornPaper.png);
    background-size: cover;
    width: 290px;
    padding: 25px; 
} 

.flex {
    display: flex;
    justify-content: center;
}
.flex > div {
    padding: 10px;
    position: relative;
    margin: 20px;
}
#quote {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px;
    margin-left: 120px;
    margin-right: 120px;
    border-style: dashed;
    background-color: rgb(226, 226, 203);
    border-color: rgb(255, 252, 252);
    border-radius: 15px;
}
#intro {
    background-image: url(images/ripped-paper.png);
    background-size: cover;
    min-height: 550px;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    display: block;
    padding: 25px;
    font-size: 20px;
    
}
#topMedia {
    background-color: rgb(250, 208, 215);
    padding: 25px;
    height:min-content;
    position:relative;
    text-align: center;
}

#tbr {
    background-color: lightskyblue;
    padding: 15px;
}

#collection {
    background-image: url(images/woodenBackground.jpg);
    background-size: cover;
    height: max-content;
    color: aliceblue;
    text-shadow: 3px;
    padding: 15px;
    text-align: center;
}

#favCharacters {
    background-image: url(images/notebookPaper.jpg);
    background-size: cover;
}

#favShips {
    background-image: url(images/notebookPaper.jpg);
    background-size: cover;
}
