*{
    padding: 0;
    margin: 0;
}
body{
    background: linear-gradient(to right, #903546, #1D0C0F);
    transition: opacity 0.2s ease-out;
    z-index: -1;

}
nav{
    
    background: linear-gradient(to bottom, #000000,#2D0D0D ); 
    
    opacity: 0.9;
    display: flex;
    position: fixed;
    
    height: 80px;
    width: 1700px;
   align-items: center;
   z-index: 1;
   
}
#i1{
    padding-left: 140px;
    height: 40px;
}
#a7{
    font-family: arial;
    padding-left: 10px;
    font-weight: bold;
    font-size: 35px;
    padding-right: 400px;
}
a{
    text-decoration: none;
    padding-left: 80px;
    color: white;
    font-size: 25px;
}

#e{
    position: relative;
    top: 800px;
    display: flex;
    
}

#a2:hover,#a3:hover,#a4:hover,#a5:hover{
    
    color:#8f044c ;
    font-weight: bold;
    cursor: pointer;
}
 .image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .image-item {
            width: 32%;
            margin-bottom: 20px;
            text-align: center;
            border-radius: 50%;
        }
        
        .image-item img {
            width: 100%;
            height: 300px;
            width: 300px;
            border-radius: 8px;
        }
        
        .image-name {
            height: 40px;
            width: 350px;
            margin-top: 8px;
            font-weight: bold;
            align-items: center;
            background-color: beige;
            justify-content: center;
            top: 100px;
            border-radius: 20px;
            
        }

.site-footer {
    background: linear-gradient(to bottom, #000000,#2D0D0D ); 
    color: #ecf0f1;
    padding: 30px 0 10px;
    font-family: 'Arial', sans-serif;
    margin-top: 120px
}


.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    margin-top: 20px;
}

