body {
    color:rgb(64, 64, 64);
}

#logo {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
    border: 3px solid rgb(232, 232, 232);
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
}

#logo-title {
    color: rgb(69, 69, 69);
    letter-spacing: 4px;
    font-weight: 300;
    font-size: 140%;
    display: block;
}

.social-icon {
    max-width: 40px;
}

@media screen and (min-width: 600px) {
    #logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}

#post-list {
    min-height: 50vh;
    margin-bottom: 20px;
}

#post {
    min-height: 50vh;
    margin-bottom: 20px;
}

.post-link {
    margin-top: 18px;
    display: block;
    line-height: 130%;
    margin-bottom: 3px;
}

.post-subtitle {
    font-size: 95%;
    color: rgb(73, 73, 73);
}

.post-date {
    font-size: 95%;
    font-weight: 300;
    color: rgb(73, 73, 73);
}

.post-tag {
    background-color: rgb(224, 224, 224);
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 2px;
    font-weight: 500;
    font-size: 90%;
    margin-bottom: 2px;
}

#footer {
    font-size: 90%;
    text-align: center;
    color:rgb(93, 93, 93);
    font-weight: 300;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1 {
    font-size: 170%;
    font-weight: 600;
}

h2 {
    margin-top: 25px;
    font-size: 164%;
    font-weight: 300;
    color:rgb(52, 52, 52);
}

h3 {
    font-size: 125%;
    font-weight: 600;
    margin-top: 18px;
}

table td, table th {
    border: 1px solid rgb(199, 199, 199);
    padding: 5px;
}