html {
   background-image: url(bilder/landschaft.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

body{
  color: #5eb91e;
  font-family: "Roboto";
  text-align: center;
  font-size:20px;
}

header {
  max-width: 100%;
  height: 15%;
  font-size: 3em;
  text-align: center;
  padding: 0px;
  background-color: #ff7b59;
  color: #5eb91e;

}

a:link
{
 color: #5eb91e;
 text-decoration: none;
}
a:visited {
 color: red;
}
a:hover {
 color: #b4c7dc;
}
a:active {
 color: #black;
}

h1, p {
    color: #5eb91e;
    font-size: 40px;
    font-family: "Roboto";
    font-weight: bolder;
    text-align: center;
}

h2, p {
    color: #5eb91e;
    font-size:30px;
    font-family: "Roboto";
    font-weight: bold;
    text-align: left;
}

h3, p {
    color: #5eb91e;
    font-size: 25px;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
}

th, td {
    padding: 15px;
}

footer {
  max-width: 100%;
  height=100px;
  font-size: 1,5em;
  text-align: center;
  padding: 5px;
  background-color: #ff7b59;
  color: #5eb91e;

a:link
{
 color: #5eb91e;
 text-decoration: none;
}
a:visited {
 color: red;
}
a:hover {
 color: #b4c7dc;
}
a:active {
 color: #black;
}
} 
