/* تعيين إعدادات الأساس */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #004aad;
    background: linear-gradient(#4e0036,#2b0053);
    height: 350vh;
}


header {
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

ul{
    list-style-type: none;
    padding: 50px;
    list-style: none;
    align-items: center;
    margin-left: 450px;
    justify-content: center;

}
ul .jo{
    width: 300px;
    transition: transform 0.5s ease; 
}    
ul .jo:hover{
    transform: scale(1.2); 
}   

ul .bo{
    width: 300px;
    transition: transform 0.5s ease; 
}    
ul .bo:hover{
    transform: scale(1.2); 
}   

ul .an{
    width: 300px;
    transition: transform 0.5s ease; 
}    
ul .an:hover{
    transform: scale(1.2); 
}   

ul .ah{
    width: 300px;
    transition: transform 0.5s ease; 
}    
ul .ah:hover{
    transform: scale(1.2); 
}   

ul .ib{
    width: 300px;
    transition: transform 0.5s ease; 
}    
ul .ib:hover{
    transform: scale(1.2); 
}   

ul li {
    display: inline;
    margin: 0 1rem;
    color: #fff;
    font-size: 20px;
}

ul li a {
    color: #fff;
    text-decoration: none;
}

 ul li a:hover {
    text-decoration: underline;
}

main {
    padding: 2rem;
}

section {
    margin-bottom: 2rem;
    list-style: none;
}

footer {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
