/* @override http://localhost:4000/css/main.css */
a {
  color: #774291;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: black;
}

body {
  background-color: #17181C;
  font-family: Georgia, serif;
  font-size: 16px;
}

code {
  font-size: 12px;
}

.header {
  padding-top: 12px;
  background-color: #17181C;
  color: #e8e7e3;
}

.header h1 a {
  color: #e8e7e3;
}

h2 a {
  color: black;
}

.main {
  background-color: #e8e7e3;	
}

.highlight {
    font-size: 12px;
}

