/*
Theme Name: Quanturium
Theme URI: http://quanturium.tech
Author: Antigravity
Author URI: http://quanturium.tech
Description: Tech and Geek theme for Quanturium, a quantum computing company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, futuristic, tech
Text Domain: quanturium
*/

body {
    background-color: #0d1117;
    color: #c9d1d9;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
}

header {
    background: #161b22;
    padding: 20px;
    border-bottom: 2px solid #58a6ff;
    text-align: center;
}

header h1 {
    color: #58a6ff;
    margin: 0;
    font-size: 3em;
    text-shadow: 0 0 10px #58a6ff;
}

header p {
    color: #8b949e;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

article {
    background: #161b22;
    border: 1px solid #30363d;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

article h2 {
    color: #58a6ff;
    border-bottom: 1px solid #30363d;
    padding-bottom: 10px;
}

.meta {
    color: #8b949e;
    font-size: 0.9em;
    margin-bottom: 15px;
}

a {
    color: #58a6ff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    color: #8b949e;
    border-top: 1px solid #30363d;
    margin-top: 40px;
}