body {
	background-image: url('ozad.jpg');
    background-size: cover; 
    background-attachment: fixed; 
    
   
    text-align: center;
    color: #334155; 
   
}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center;
	gap: 30px;
	background-color: #ffffff;
}

nav li a {
    display: block;
    color: #808080;
    padding: 20px 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase; 
}

nav li a:hover {
    color: #a78bfa;
}
img {
    width: 900px;   
    height: 450px;    
    
    object-fit: cover; 
    
    border-radius: 20px;       
    border: 5px solid white;
    
   
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    
  
    margin: 20px 0;
}

h1 {
    font-size: 3.5em;       
    color: #a78bfa;
    margin-top: 40px;      
    font-weight: 800;   
	
}
p {
    font-size: 1.4em;
    line-height: 1.6;
    max-width: 800px;      
    margin: 20px auto;     
    color: #ffffff;        
}