html {
    font-size: 15px;
    font-family: Ubuntu;
    background-color: #f1f3de;
}

#box {
    border: 0.001px solid black;
    text-shadow: 2px 2px 2px black;
    background: url(https://d13ezvd6yrslxm.cloudfront.net/wp/wp-content/images/stanlee-howtodraw-cover-frontpage-700x341.jpg);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed;
    border-radius: 5px;
}

h1 {
    font-family: Lobster;
    text-align: center;
    color: white;
    -webkit-text-stroke: 0.1px black;
    font-size: 100px;
}

#des {
    -webkit-text-stroke: 1.5px black;
    color: white;
    font-size: 40px;
}

p {
    text-align: center;
    font-size: 30px;
}

#img-div {
    background: #eb8f8f;
    padding: 10px;
    margin: 5 5 5 5;
    color: #f1f3de;
    border-radius: 5px;
}

@media (max-width: 400px) {
    #main {
        margin: 0;
    }
}

#tribute-info {
    text-align: auto;
    margin: 80px;
    color: #cd0a0a;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0px auto 20px auto;
}

ul {
    max-width: 550px;
    margin: auto auto 50px auto;
    text-align: left;
    line-height: 1.6;
}

blockquote {
    font-style: italic;
    max-width: 545px;
    margin: 0 auto 50px auto;
    text-align: right;
}

h3 {
    text-align: center;
}

#bgcomic {
    border: 0.001px solid black;
    width: 100%;
    background: url("https://static.boredpanda.com/blog/wp-content/uploads/2018/11/artist-comics-tribute-death-marvel-stan-lee-24-5bea8f769c065__700.jpg");
    background-size: 95% 50%;
    background-attachment: fixed;
    color: white;
    -webkit-text-stroke: 0.5px black;
    text-shadow: 2px 2px 2px black;
    border-radius: 5px;
}

#image {
    border: 2px solid #f1f3de;
    border-radius: 5px;
}