/*
Theme Name: theme4nethelp4you
Author: Your Name
Description: A blog theme for geopolitical analysis and news.
Version: 1.0
*/

body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

a {
    color: #1e90ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #1e1e1e;
    padding: 20px 40px;
    border-radius: 8px;
}

header h1 a, header p {
    text-align: center;
}

header h1 a {
    color: #ffffff;
    font-size: 2.5em;
}

header p {
    color: #aaaaaa;
    font-style: italic;
}

article {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

article:last-of-type {
    border-bottom: none;
}

article h2 a {
    color: #1e90ff;
}

footer {
    text-align: center;
    margin-top: 40px;
    color: #777;
}
