/*
Theme Name: p!ng
Theme URI: https://ping.wallutt.com
Author: Carlos Wallutt
Author URI: https://wallutt.com
Description: Simples Theme für Simple Gedanken
Tags: Minimal Theme 
Version: 0.13
Requires at least: 5.2
Tested up to: 6.1
*/
body {


    padding: 0; margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    hyphens: auto;

}

a {
    color:black;
    text-decoration-thickness: 1px;
    text-decoration-color:#b1b1b1
}

.post, .footer nav, #primary {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3em;
}
.entry-meta {
    text-align: right;
    margin: 0;
}
.entry-meta, .entry-footer, #site-description {
    font-size: xx-small;
}
#container {
    min-height: calc(100vh - 10vh);
}
#header {
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center; 
}
#footer {
    padding: 1em 0;
    margin-top: auto;
    max-height: 2vh;
}
.footer, #sidebar, #footer {
    background: #000;
    max-width: 100vw;
    
}
.footer *, #sidebar *, #footer *, .footer a, #sidebar a {color: #fff;}

#site-title, #site-description {
    text-align: center;
}

#branding h1 {
    padding: 0;
    margin: 0;
}