/*
Theme Name: I Told You So
Theme URI: https://example.com
Author: Generated for user
Description: Brutaalin kylmä, mustavalkoinen teema ilman tunteita. Musta tausta, minimaalinen rakenne.
Version: 1.0
Text Domain: itoldyouso
*/

body {
  margin: 0;
  background-color: #000;
  color: #ddd;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

header, footer {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

footer {
  font-size: 0.85rem;
  color: #666;
}

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

button, .btn {
  display: inline-block;
  background: none;
  color: #fff;
  border: 1px solid #555;
  padding: 12px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover, .btn:hover {
  background: #111;
  border-color: #999;
}

h1, h2, h3 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.visit-counter {
  color: #444;
  margin-top: 40px;
  text-align: center;
  font-size: 0.8rem;
}

/* Keskitetään kaikki etusivun otsikot */
body.home h1 {
  text-align: center !important;
  width: 100%;
  display: block;
  color: #fff;
  margin: 0 auto;
}
