body {
  background-color: #0e0e0e;
  color: #f0f0f0;
  font-family: 'Segoe UI', sans-serif;
}

nav, footer {
  background: #111;
  border: none;
}

nav strong, nav a, footer a, footer small {
  color: #d0d0d0;
}

h1, h2, h3 {
  font-family: 'Georgia', serif;
  color: #f0f0f0;
}

a {
  color: #4dabf7;
}

a:hover {
  color: #74c0fc;
}

button, [type="submit"], [role="button"] {
  background-color: #4dabf7;
  border-color: #4dabf7;
}

button:hover, [type="submit"]:hover, [role="button"]:hover {
  background-color: #74c0fc;
  border-color: #74c0fc;
}

input, textarea, select {
  background-color: #1a1a1a;
  border-color: #333;
  color: #f0f0f0;
}

input:focus, textarea:focus, select:focus {
  border-color: #4dabf7;
  background-color: #1a1a1a;
}

small {
  color: #999;
}
