body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: #333;
}



h1 {
    margin: 0;
    font-size: 2.5em;
    font-family: 'Bakiya';

}

h2 {
    margin: 10px 0;
    font-size: 4em;
    font-family: 'Bakiya';
}

.image-section {
    margin-top: 10px; /* Adjusts for the fixed header height */
    background-color: #000;
}
p {
    color: white;
  

}

    hr {
        display: gold;
        height: 1px;
        border: 0;
        border-top: 1px solid gold;
        margin: 1em 0;
        padding: 0;
      }


.main-image {
    width: 100vw; /* Ensures full viewport width */
    height: auto;
    padding: 20px,20px,20px;
    background-color: #000;
}

.content {
    padding: 20px;
    background-color:black;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #000;
   
    position: relative;
    bottom: 0;
    width: 100%;
}
@font-face {
    font-family: 'Bakiya';
    src: url('font/Bakiya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Create a class for applying the Bakiya font */
.bakiya-font {
    font-family: 'Bakiya', sans-serif;
}

/* Centering the h1 and h6 on the same line */
.heading-container {
    display: flex;
    justify-content: center; /* Centers the items horizontally */
    align-items: center; /* Aligns the items vertically */
	align-items: baseline;
   
}

.heading-container h1 {
    color: gold;
    font-size: 2.5em;
    margin-right: 2px; /* Adds some space between h1 and h6 */
	line-height: 1;
    
}

.heading-container h6 {
        color: white;
        margin: 0;
        font-size: 2.5em;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: italic;
	    line-height: 1;
	
}


.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }






  




