﻿body {
  background: #111;
  color: #e6e6e6;
  font-family: Consolas, monospace;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.6;
}

a {
  color: #00ff88;
}

header {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

nav a {
  margin-right: 15px;
}

article {
  background: #181818;
  padding: 25px;
  border: 1px solid #333;
}

code,
pre {
  background: #222;
  color: #00ff88;
}

img {
  max-width: 100%;
  height: auto;
}

.home {
  text-align: center;
  margin-top: 80px;
}

.home h1 {
  font-size: 42px;
}

.home-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 20px;
  border: 1px solid #00ff88;
  text-decoration: none;
}

.home-button:hover {
  background: #00ff88;
  color: #111;
}