﻿body {
  background-color: orange;
}

h1 {
  color: white;
  font-family: monospace;
  font-style: italic
}
p {
  color: white;
  font-family: monospace;
}
a {
  color: yellow;
  font-family: monospace;
  font-style: italic
}