.gradient{
    
}
.head-nav{
    text-align: center;
    background-color: rgb(0, 0, 0);
    height: 50px;
    color: white;
    margin-bottom: 2px;
}

.nav-bar{
    text-align: center;
    background-color: black;
    padding:15px;
    display: flex;
    justify-content: center;
    gap: 7rem;
    
}

.a-nav{
    text-decoration: none;
    font-size: x-large;
    color: white;
}


.Article-content{
    grid-template-columns: 49% 49%;
    display: flex;
    background-image:linear-gradient(rgb(0, 0, 0) , rgb(8, 130, 155) , rgb(8, 130, 155) , rgb(8, 130, 155) ,rgb(8, 130, 155), rgb(0, 0, 0));
}
.article{
    margin: 1%;
    width: 49%;
    height: 600px;
}
.article-img{
    text-align: center;
}
.article-text{
    background-color: rgb(15, 130, 155, 0.05);
    border-radius: 1rem;
    color: white;
}

.Article-tetx{
    font-weight: bols;
}
.Article-tetx,h3{
    text-align: center;
}
.a-footer{
    text-decoration: none;
    color: blueviolet;
    
}
.footer-up{
    /* text-align: center; */
    justify-content: center;
    display: flex;
}
