body{
    background-color: #4062bb;
    background-image: linear-gradient(315deg, #4062bb 0%, #ebebeb 74%);
    color: black;
    margin-top: 40px;
}

nav{
    background-color: white;
    display: flex;
    border: 3px solid #076981;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;  
    z-index: 1;

}

.nav-logo-title{
    display: flex;
    align-items: center ; 
    justify-content: space-between;
}

.nav-logo-title img{
    width: 40px;
    height: 40px;
    content: url('https://i.ibb.co.com/WVp6dtp/css3-logo-png.png');
}

.nav-logo-title a{
    color: black;
    text-decoration: none;
}

nav ul{
    display: flex;
    flex: 1; 
    justify-content: flex-end;
    align-items: center;

    
}

nav ul li{
    list-style: none;
}

nav ul li:hover{
    opacity: 0.5;
}

nav ul li a{
    color: black;
    margin-right: 25px;
    font-weight: 500;
    
}

.header-texts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.header-texts h1{
    color: rgb(119, 31, 249);
    font-weight: bold;
    text-decoration: underline;
}

.header-texts h3{
    font-weight: bold;
}

.header-texts p{
    text-align: justify;
}


.content-aside {
    display: flex;
    align-items: flex-start;
    float: left;
}

.content {
    flex: 4.5;
    margin-right: 20px;
    color: black;
    text-align: justify;
    
}

.content-first h2 {
    color: rgb(119, 31, 249);
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.content-second h2 {
    color: rgb(119, 31, 249);;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.content-second h4 {
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.content p {
    margin-bottom: 10px;
}

aside {
    width: 100px;
    height: 500px;
    background-image: linear-gradient(265deg, #ffffe8 0, #fded93 50%, #c5be3d 100%);
    color: black;
    margin-top: 21px;
    margin-right: 10px;
    border: 2px solid grey;
    padding-left:1%;
    padding-right: 1%;
    border-radius: 30px;
    text-align: left;
    box-shadow: 0px 0px 10px yellow;
}

aside h2 {
    margin-bottom: 10px;

}


aside ul {
    list-style: none;
    padding: 0;
    margin-bottom: 130px;
     
    
}

aside ul li {
    margin-bottom: 10px;  
     
}

aside ul li a {
    text-decoration: underline;
    color: black
}

aside ul li a:hover {
    opacity: 0.5;
}

aside ul li a:active{
    opacity: 0.15;
}

.articles table{
    padding: 2%;
}

.articles .row-first {
    background-image: url("https://i.ibb.co.com/R341pMh/BG-4.webp");
}
    
.articles .article{
    border: 2px solid black;
    
}

.articles .row-second .article-long{
    border: 2px solid black;
    background-image: url("https://i.ibb.co.com/R341pMh/BG-4.webp");
    
}

.articles .article h3{
    text-align: center;
    text-decoration: underline;
}

.articles .article p{
    text-align: justify;
    padding: 2%;
}

.articles .article-long h3{
    text-align: center;
    text-decoration: underline;
}

.articles .article-long p{
    text-align: justify;
    padding: 1%;
}

.article img{
    content: url("https://i.ibb.co.com/BfmY0BV/trend.webp");
    max-width: 10%;
    border-radius: 20px;
}

.articles .article a:hover{
    opacity: 0.5;
}

.articles .article a:active{
    opacity: 0.15;
}

.articles .row-second img{
    display: block;
    content: url("https://i.ibb.co.com/fQvjFvt/CSVSJS.png");
    width: 80%;
    margin-left: 50px;
    border-radius: 20px;
    height: auto;
    box-shadow: 0px 0px 10px white;
    border: 2px solid black;
    
}

.creativity{
    padding: 1%;
    
}
.creativity-wrapper{
    background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
    display: flex;
    border: 2px solid black;
    box-shadow: 0px 0px 7px blue;
}

.mini-one{
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 2px solid black;
}

.mini-one h2{
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}
.mini-one p{
    text-align: justify;
    
}

.mini-one img{
    content: url("https://i.ibb.co.com/m8z43g0/creativity.jpg");
    margin-left: 40px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px yellow;
    border: 2px solid black;
}



.mini-two{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid black;
}

.mini-two h2{
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}

.mini-two p{
    text-align: justify;
}

.mini-two img{
    content: url("https://i.ibb.co.com/qdYKZ88/potential.jpg");
    margin-left: 15px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px yellow;
    border: 2px solid black;
}


.mini-three{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid black;
}

.mini-three h2{
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}
.mini-three p{
    text-align: justify;

}
.mini-three img{
    content: url("https://i.ibb.co.com/84RvTXq/problem-solving.png");
    margin-top: 20px;
    margin-left: 12px;
    box-shadow: 0px 0px 7px yellow;
    border: 2px solid black;

}


.mini-four{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.mini-four h2{
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
}

.mini-four p{
    text-align: justify;
}

.mini-four img{
    content: url("https://i.ibb.co.com/kDFhbTF/confidence2.jpg");
    margin-top: 20px;
    margin-left: 40px;
    box-shadow: 0px 0px 7px yellow;
    border: 2px solid black;
}


footer{
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px white;
    border: 2px solid black;
     
}

.footer-logo{
    flex: 1;
    margin-left: 2%;
}

.footer-logo h3{
    font-size: 30px;
}

.footer-logo p{
    font-size: 15px;
}

.footer-form{
    flex: 0.6;
    border-right: 2px solid black ;
    border-left: 2px solid black;
    padding-left: 5%;
    margin-right: 2%;
    
}

.footer-credit{
    flex:1;
}

.footer-credit h3{
    font-size: 25px;
}

.footer-form label{
    padding-bottom: -20px;
}
.footer-form button{
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.footerform input:hover{
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    /* Adjustments for smaller screens */
    .nav-logo-title {
        flex-direction: column;
        align-items: center;
    }

    .nav-logo-title img {
        margin-bottom: 10px;
    }

    nav ul {
        justify-content: center;
        margin-top: 20px;
    }

    nav ul li {
        margin-right: 15px;
    }

    .header-texts {
        align-items: center;
        text-align: center;
    }

    .header-texts h1,
    .header-texts h3 {
        text-align: center;
    }

    .header-texts p {
        width: auto;
        padding: 0 10px;
    }

    .content-aside {
        flex-direction: column;
        align-items: center;
    }

    .content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    aside {
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo,
    .footer-form,
    .footer-credit {
        flex: 1;
        margin-bottom: 20px;
    }

    .footer-logo h3,
    .footer-logo p,
    .footer-credit h3 {
        text-align: center;
    }

    .footer-form,
    .footer-credit {
        text-align: center;
    }

   
    .article img,
    .mini-one img,
    .mini-two img,
    .mini-three img,
    .mini-four img {
        max-width: 100%; 
        height: auto; 
        border-radius: 20px;
        margin-left: auto; 
        margin-right: auto;
        display: block; 
    }

}


