
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f5;
    margin: 0;
    padding: 0;
}
 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #9e3232 ;
    background-image: url('c:\Users\redak_000\Downloads\f1.jpg') ; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #f3e8e8;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 200%;
}
p {
    margin: 50px;
    text-align: left ;
    text-indent: 100px;
    text-size-adjust: 50px;
    font-size: 150%;
    
}
ul {
    margin: 50px;
    text-align: center;
    text-indent: 50px;
    text-size-adjust: 40px;
}
header {
    /* Other CSS properties */
    text-align: center; /* Center align header content */
}

header img {
    width: 150px; /* Set the width of the logo as needed */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Center the image horizontally */
    margin: 0 auto; /* Center the image horizontally */
}

header {
    background-color:  #9e3232; /* Set the background color */
    color: white; /* Set the text color */
    padding: 10px 0; /* Add some padding */
}
.topnav {
    background-color: #9e3232;
    overflow: hidden; 
    top: 0;
    width: 100%; 
    height: 70px;
    
}

.topnav a {
    float: right;
    color: #002036;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;    
    display: block;

}

.topnav a.active {
    background-color: #002036;
    color: #FFDD00;
}

.main {
    margin-top: 30px; 
}

.logo {
    width: 600px;
    top: -2px;
    position: absolute;
}
