a
{
  color: black;
  text-decoration: underline;
}

a:hover
{
  color: red;
}

body
{
  background-attachment: fixed;
  background-color: #AA7822;
  background-image: url("../images/achter.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #875D1B;
  font-family: "Comic Sans MS", "sans serif";
  font-size: 18px;
}

.button
{
  font-family: "Comic Sans MS", "sans serif";
  font-size: 16px;
  color: white;
  text-decoration: none;
}

h1
{
  font-family: "Comic Sans MS", "sans serif";
  font-size: 24px;
}
