html body {
    background-color: #2b2b2b;
    font-family: "Comic Sans MS", cursive;
    color: white;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#titleblock {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

h1, h2 {
    font-family: "Comic Sans MS", cursive;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px #000;
}

h1 {
    font-size: 50px;
    margin: 0;
}

h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

#panel1, #panel2, #panel3, #panel4, #panel5 {
    position: relative;
    border: 8px solid #000;
    margin-bottom: 20px;
    box-shadow: 5px 5px 0px #000;
    overflow: hidden;
    padding: 10px;
}

#panel1, #panel3, #panel4 {
    width: 100%;
    height: auto;
    display: block;
}

#panel2, #panel5 {
    width: 48%;
    float: left;
    height: auto;
    margin-right: 2%;
}



/* Narration and Big Text */
.narration, .bigtext {
    font-family: "Comic Sans MS", cursive;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: white;
    border-radius: 15px;
    max-width: 80%;
    margin: 10px;
    z-index: 3;
}

.narration {
    font-size: 16px;
    padding: 8px;
    color: #fff;
}

.bigtext {
    font-size: 32px;
    text-shadow: 2px 2px #000;
}

.narration::after, .bigtext::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    z-index: 3;
}

.narration.top.right::after {
    border-top-color: rgba(0, 0, 0, 0.7);
    top: 100%;
    right: 10px;
}

.bigtext.bottom.left::after {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    bottom: 100%;
    left: 10px;
}

#image1, #image2, #image3, #image4, #image5 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

#panel1:after, #panel3:after, #panel4:after {
    content: "";
    display: table;
    clear: both;
}

.top {
    position: absolute;
    top: 10px;
}

.bottom {
    position: absolute;
    bottom: 10px;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.inback {
    z-index: 1;
}

.inmiddle {
    z-index: 2;
}

.infront {
    z-index: 3;
}

h1, h2, .narration, .bigtext {
    letter-spacing: 1px;
    word-spacing: 2px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

    .bigtext {
        font-size: 24px;
    }

    .narration {
        font-size: 14px;
    }
}
