:root {
  --background-color: #0d1a0f;
  --background-gradient: #1a3d1f9e;
  --header-color: #321313;
  --header-highlight: #2d5a2d9e;
  --text-color: #f0f0f0;
  --border-color: #3d1a1a;
  --border-alt: #7c4a4a;
  --post-color: #3d1a1ae0;
  --sidebar-background: #1b0a0a;
  --sidebar-border: #6b3d3d;
  --button-background: #4a2d2d;
  --button-text-color: #f0f0f0;
  --link-color: #ffd700;
  --hover-link-color: #ff4444;
  --name-color: #ff6b6b;
  --file-info-color: #e8d5d58c;
  --gradient1: #1a3d1f9e;
  --gradient2: #0f1f0f;
  --button-text: var(--text-color);
  --button-gradient: #5a2d2d;
  --input: #2e1a1a;
  --subject-color: #ff6b6b;
  --box-background: #1f0f0f;
  --small-button: #4d1a1a;
  --gradient3: #5a2d2d;
  --main-gradient: linear-gradient(to bottom, #2d5a2d 0%, #1a4d1a 48%, #4d1a1a 53%, #3d0f0f 100%);
}

body {
  background-image: url('/img/snowfall-dark.gif'), url('/img/christmas.png');
}

.header {
  background-image: url('/img/lights.png');
  background-repeat: repeat-x;
  background-size: 245px;
}

.reply {
  background: url('/img/padoru-spin.gif'), var(--post-color);
  background-repeat: no-repeat, repeat, repeat;
  background-position:
    bottom right,
    top,
    bottom;
  background-size: 70px;
}
