body {
  background-color: black;
  font-family: "Verdana";
  font-size: 100%;
  color: #333333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}



h1 {
  background-color: black;
  text-align: center;
  color: #b9b18e;
  font-family: "Verdana";
text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
padding-top: 150px;

}

.callout {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 1.5rem;
  padding-right: 0.8rem;
  padding-bottom: 1.5rem;
  padding-left: 0.8rem;
  color: white;
  border-radius: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #00FF38;

}

section {
  flex: 0 0 0%;
  padding-top: 50px;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin-left: 1px;
  color: white;
  text-align: center;
}

footer {
  text-decoration: none;
  font-size: 80%;
  padding-top: 50px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  color: white;
  text-align: center;
}

a:hover {
  color: gold;
  font-weight: bold;
  text-decoration: none;
}

ul:hover {
  color: black;
  text-align: center;
  text-decoration: none;
}

a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: black;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  text-align: center;
}

ul {
  display: flex;
  text-align: center;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  background-color: black;
  justify-content: space-around;
  flex-grow: 0;
  flex-shrink: 0;
  color: white;
  text-decoration: none;
}

li {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  flex: 0 0 auto;
  list-style-type: none;
}

nav {
  margin-top: 200px;
  text-decoration: none;
}

aside {background-color: grey;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;}

main {

 text-align: center;
 padding-top: 200px;

}

.imgleft {
  float: left;
  padding-top: 100px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
}

.imgright {
  float: right;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
}
p {color: gold;
padding-top: 20px;}
article {text-align: center}


#bild
{padding-top: 200px;}
figcaption {font-size: small;
padding-top: 2em;}
