* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  blockquote {
    line-height: 1.5;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 80px;
    margin-right: auto;
    font-style: italic;
    max-width: 50%;
  }
span.citation {
    font-style: normal;
    text-align: right;
}

a {
    text-decoration: none;
}

colors {
    background-color: #335177
}

body {
    background-color:#335177;
    color: white;
    font-family: 'Roboto', 'Futura', 'Helvetica', sans-serif;
}

.date {
    text-align: center;
}

div.mainbody {
    border-style: none;
    border-width: 10px;
    border-color: white;
    width: 100%;
}


div.linksbar {
    background-color: #10273f;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

a.outlink {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

div.banner {
    background-color: #789DCA;
    width: 100%;
}



h1.post-title {
    display: block;
    text-align: center;
    color:#fff8e0;
    margin-bottom: 5px;
    margin-top: 20px;
    font-style: italic;
    
}

.navbar {
    margin: 5px;
    display: block;
    text-align: center;
}

.navbar a:visited {
    color:#EACD6F
}

a:link {
    color: #EACD6F;
}

a:visited {
    color: #7c6e40;
}

.archivelink {
    margin: 12px;
}

img.comic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.copyright {
    font-size: 12px;
    display: block;
    text-align: center;
    color: #789DCA
}

.middle_block {
    background-color: #10273f;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 50%;

    border-style: solid;
    border-color:#7c6e40;
    border-width: 3px;
    padding: 10px;
}
