/*
Theme Name: Crowman Dark
Author: Chrigu
Version: 1.0
*/

body {
  background-color: #111;
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

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

.site-header {
  text-align: center;
  margin-bottom: 30px;
}

.site-title {
  font-size: 2.5em;
  color: #00ffe7;
  text-shadow: 0 0 5px #00ffe7, 0 0 10px #00ffe7;
}

.site-description {
  font-size: 1.2em;
  color: #aaa;
  text-shadow: 0 0 3px #00ffe7;
}

.site-nav {
  text-align: center;
  margin-bottom: 30px;
}

.site-nav a {
  color: #00ffe7;
  margin: 0 15px;
  text-decoration: none;
  text-shadow: 0 0 5px #00ffe7;
}

.site-nav a:hover {
  text-decoration: underline;
  text-shadow: 0 0 8px #00ffe7;
}

.post-title a {
  font-size: 1.8em;
  color: #00ffe7;
  text-shadow: 0 0 4px #00ffe7;
}

a {
  color: #00ffe7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-shadow: 0 0 5px #00ffe7;
}

.site-footer {
  text-align: center;
  margin-top: 40px;
  color: #888;
  font-size: 0.9em;
  text-shadow: 0 0 2px #00ffe7;
  border-top: 1px solid #333;
  padding-top: 10px;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 20px 0;
}