* {
  font: Andale Mono;
}

h2 {
  color: firebrick;
  background-color: rgb(220, 100, 200, 0.1);
}

h1,
h3 {
  color: #b30059;
}

nav {
  font-size: 14px;
  text-align: right;
}

.mediatitle {
  font-weight: bold;
  color: #4e636b;
}

article,
footer p {
  width: 930px;
  margin: 30px;
}

footer p {
  border-top: 3px solid crimson;
  border-bottom: 3px solid crimson;
  background-color: rgb(220, 100, 200, 0.1);
}