body {
    background-image: url(starbg.gif);
    background-size: contain;

}

.leftbox {
    background-color: midnightblue;
    width: 45%;
    margin-left: auto;
    margin-top: 1%;
    border-radius: 30px;
    padding: 1%;
    border: 5px lightblue solid;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    float: right;
    margin-right: 1%;
}

.rightbox {
    background-color: midnightblue;
    width: 45%;
    margin-right: auto;
    margin-top: 1%;
    border-radius: 30px;
    padding: 1%;
    border: 5px lightblue solid;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    float: left;
    margin-left: 1%;
}

p {
    color: lightblue;
    font-family: monospace;
}

.comiccover {
    height: 350px;
    border: 5px lightblue solid;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    border-radius: 30px;
    float: left;
    margin: 10px;
    margin-top: 0px;
    
}

h2 {
    text-align: center;
    font-family: monospace;
    color: lightblue;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 1%;
}


.divider {
    text-align: center;
}

h3 {
    color: lightblue;
    font-family: monospace;
    font-size: 20px;
    margin: .5%;
}

h4 {
    text-align: center;
    font-family: monospace;
    color: lightblue;
    margin: .5%;
}