body {background-color: #1f0e25;}
h1 {color: #ffffcc;}
h2 {color: #ffffcc;}
h4 {color: #ffffcc;}

a:link {
  color: #ffffcc;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffffcc;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: darkorange;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: darkorange;
  background-color: transparent;
  text-decoration: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffcc;
  font-size: 12px;
  text-align: center;
}
