html {
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    overflow-x:hidden;
    line-height:1.5
}

body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    line-height:1.5
}

.logo {
    width: 100px;
}

.tagName, a:visited {
    color: darkcyan;
    text-decoration-color: none;
}

.post-title-link {
    color: black !important;
    text-decoration: none !important;
}

.post-title-link:visited {
    color: black !important;
    text-decoration: none !important;
}

h1 {
    font-size:36px;
}

h2{
    font-size:30px;
}

h3 {
    font-size:24px;
}

h4 {
    font-size:20px;
}

h5 {
    font-size:18px;
}

h6 {
    font-size:16px;
}

h1,h2,h3,h4,h5,h6{
    font-weight:400;
    margin:10px 0;
}

hr{
    border:0;
    border-top:1px solid #eee;
    margin:20px 0;
}

.w3-content{
    margin-left:auto;
    margin-right:auto;
    max-width:980px;
}

.w3-container{
    padding:0.01em 16px;
}

.w3-padding-32{
    padding-top:32px!important;
    padding-bottom:32px!important;
}

.w3-opacity{
    opacity:0.60;
}

.w3-center{
    text-align:center!important;
}

.w3-margin{
    margin:16px!important;
}

.w3-white{
    color:#000!important;
    background-color:#fff!important;
}

.w3-light-grey{
    color:#000!important;
    background-color:#f1f1f1!important;
}

.entryImage {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.w3-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}