/* Gothic Black Edition Theme */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');

body {
  background-color: #000;
  color: #fff;
  font-family: 'IM Fell English SC', serif;
  text-align: center;
  margin: 0;
  padding: 40px;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  font-size: 4em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #ccc;
  margin-bottom: 40px;
}

img {
  width: 300px;
  margin: 40px auto;
  display: block;
  filter: grayscale(100%) contrast(120%);
  border: 1px solid #fff;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 1.1em;
}

nav a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 60px;
  font-size: 0.8em;
  color: #888;
}

.post {
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-top: 30px;
  text-align: left;
}

.post h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
}

.post h2 a {
  color: #fff;
  text-decoration: none;
}

.post h2 a:hover {
  text-decoration: underline;
  color: #ff66cc;
}

.date {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 10px;
}
