 /*

    Theme Name: Zentralz

 */

 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Smooch+Sans:wght@100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

 * {
     box-sizing: border-box;
 }

 body {
     /*
     background: repeating-linear-gradient(45deg, #161616, #161616 15px, #141414 0, #141414 30px);
     background-size: 42px 42px;
     */
     background: #161616;
     color: #a3a3a3;
     font-family: "Roboto Condensed", serif;
     font-optical-sizing: auto;
     font-style: normal;
 }

 /* Header/Blog Title */
 .header {
     padding: 30px;
     text-align: center;
     background: transparent;
 }

 .header h1 {
     font-family: "Smooch Sans", serif;
     font-optical-sizing: auto;
     font-weight: 600;
     font-style: normal;
     font-size: 64px;
 }

 .header h1::after {
     content: ".de";
     font-size: large;
 }

 .header a {
     color: #a3a3a3;
     text-decoration: none;
 }

 .main {
     margin: 0 3em auto;
 }


 .footer {
     background: #141414;
     margin: 2em;
     padding: 1em;
     text-align: center;
 }

 .footer p a {
     color: #3642f4;
 }

 a {
     color: #3642f4;
     text-decoration: none;
 }

 .wp-block-post-author__name {
     line-height: 1.8;
 }

 .wp-steam {
     width: 48px;
 }