body {
  min-height: 800px;
  color: #62ad6b;
  background-color: #0a0e0e;
  
}
header {
  position: sticky;
  top: 0;
  padding: 10px 15px;
  background-color: #0a0e0e;
}
h1 {
  color: #ffef9a;
  text-align: center;
  font-family: baroque-text-jf, sans-serif;
  font-weight: 400;
  font-size: 1000;
  font-style: normal;
}
.navbar ul{
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  background-color: #1c2e24;
  padding: 0px;
  margin: 0px;
  width: 200 px;
  position: fixed;
  overflow:visible

}
.navbar a{
  color: #62ad6b;;
  text-decoration:none;
  text-align:center;
  padding: 15px;
  display: block;
  width: 100;
  text-align:left;  }

.navbar_bottom {
  overflow: hidden;
  background-color: 1c2e24;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

  .navbar_bottom li {
    display: inline;}

    .navbar_bottom a {
      display: inline-block
     padding 10px ;
    }

.main {
   margin-bottom: 30px;}


h3 {
  color: #ffef9a;
  text-align: center;
  font-family: de-walpergens-pica-sc, sans-serif;
  font-weight: 400;
  font-style: normal;  }
h2 {
  color: #ffef9a;
  text-align: center;
  font-family: de-walpergens-pica-sc, sans-serif;
  font-weight: 400;
  font-style: normal; }
p {
  color: #ffef9a;
  text-align: center;
  font-family: de-walpergens-pica, sans-serif;
  font-weight: 400;
  font-style: normal; }

  pre {
    color: #ffef9a;
    text-align: center;
    font-family: de-walpergens-pica, sans-serif;
    font-weight: 400;
    font-style: normal; }

  .para{  color: #ffef9a;
    text-align: center;
    font-family: de-walpergens-pica, sans-serif;
    font-weight: 400;
    font-style: normal; }
a{
  color: #62ad6b;
  text-decoration: none; 
  text-align: bottom;}
li a:hover{
  background-color: #336766;
  color: #ffef9a; }

a:hover{
  color: #ffef9a; 
text-decoration: dashed;}

.gallery {
  display: inline-block;
  margin-left: 200px;
}
