.header {
  background-color: #999999c4;
  color: rgb(0, 22, 146);
  height: 150px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center; /* Centers text horizontally */
  font-size: 24px; /* Adjust font size as needed */
  font-weight: bold;
  margin: 0; /* Remove default margin */

}

.main {
  margin-top: 150px; /* Compensate for the height of the fixed header */
  padding: 20px; /* Optional: Add padding to content area */
  display: flex;
  align-items: center; /* Ensures the image and text are aligned vertically */
  text-align:justify;
  justify-content: space-between;
 
  margin-bottom: 30px; 
}

.photos {
  display: flex; 
  justify-content:center;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px; 
}
.photos_size {
  width: 150px;
  height: 150px;
  margin-left:50px;
}
.photos_size_long {
  width: 550px;
  height: 150px;
  margin-left:50px;
}
.main_vertical{
  display: flex;
  flex-direction: column;
  margin-top: -70px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px; 
}

.inline-image {
  width: 150px;
  height: 150px;
  margin-left: 00px;
}
