:root {
  --md-primary-fg-color: #C6861D;
  --md-accent-fg-color: #A9711C;
}

.md-grid {
  max-width: 1000px;
}

.md-footer {
    margin-top: 30px;
}

.md-footer-meta {
    background-color: #C6861D;
}

.md-typeset img {
    max-width: 50%;
}

.md-typeset p, .md-typeset li {
	text-align: justify;
}
