



body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* keep horizontal centering */
  background: #202020;
  
}

article {
  width: 55vw;
  height: auto; 
  margin: 5px 0;
  text-align: left;
  padding: 20px;
  line-height: normal; 
  background-color:#202020;
  margin: 20px; 
  overflow:auto;
  /*borders*/
  border-bottom: #2f2f2f solid 3px;
   /*text*/
  color:#E0E0E0;
  position: relative;
  left: px;
  top: -5px;
  font-size: 125%;
  font-family: Arial, sans-serif; 
  line-height: 2; 
  text-indent: 2em;  /* adjust size as needed */

}

H3{
text-align: center;
}


.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 99.27vw;
  background-color: #2b2b2b;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}




.navbar a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 8px 41px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 23px;
  
}

.navbar a:hover {
  background-color: rgb(0, 0, 0);
  color: #E0E0E0;
  border-radius: 4px;
}


/* for the homepage div */
.Homepage {
  font:Arial, sans-serif;
  font-size: 35px;
  color: #E0E0E0;
  }

/* for all H3 elements */
h3 {
  font-size: 33px;
  margin: 0;
  padding: 0;
  color:#E0E0E0; /* Ensure text is visible */
  position: relative;
  margin-top: 1.7%;
  
}

img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image */
  border-radius: 5%;
} 

h4 { 
text-align: center;
font-size: 23px;
}
