header {
    background-color: #020000;
    padding: 20px;
}

nav {
    display: flex;
    justify-content: center; /* Horizontally center the navigation links */
    align-items: center; /* Vertically center the navigation links */
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background-color:rgb(20, 20, 20);
    color: #bbbbbb;
}

#headline {
    font-size: 50px;
    padding-bottom: 0px;
}

#description {
    position:relative;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    font-size: 25px;
}

#description h2 {
    margin-top: 0; /* Eliminate top margin of h2 */
}

    


.about {
    color:black;
    background-color: lightgray;
    position:relative;
    text-align:center;
    padding:03px;
}

.article {
    width: 100%; /* Set width according to your design */
    border: 1px solid #ccc; /* Optional: Add border for visual separation */
    padding: 10px;
    margin: 10px;
    text-align: center;
  }
  
  .article img {
    max-width: 100%; /* Ensure images don't exceed container width */
  }
  
  .article h2 {
    margin-top: 0; /* Remove default margin */
  }
  
  .article p {
    margin-bottom: 0; /* Remove default margin */
  }
  
  .article-link {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit text color from parent */
  }

  .article_gallery {
    display:flexbox;
    text-align:center;
  }
  