* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #FFF8ED;
 }  

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

div a {
    margin-left: 20px;
}

nav {
    background-color: #FFF8ED;
    color: #2273F3;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(169, 239, 221, 0.663);
    display: flex;
    align-items: center;
 

}

nav div a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-right: 50px;
    margin-left: 50px;

}

.nav-logo-title {
    display: flex;
    align-items: center;
}

.nav-logo-title img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

nav ul {
    list-style-type: none;
    display: inline-flex;
    justify-content: flex-end;

}

nav ul li {
    margin-right: 40px;
}

nav ul li a {
    color: #2273F3;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
}

nav ul li a:hover {
    color: #96AB9A;
}

.page-wrapper img[alt="Logo"] {
    content: url("https://raw.githubusercontent.com/MarcellinoIW/afl2webprog/main/CSS.jpeg");
    width: 50px;
    height: 50px;
}

section#header {
    margin-top: 20px;
    color: rgba(65, 53, 51, 0.603);
    text-align: center;
    padding: 100px 0;
    background-image:url("https://github.com/MarcellinoIW/afl2webprog/blob/main/stitch.gif?raw=true") ;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-x: 49%;
    /* border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}


.header-texts h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #2273F3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: neonEffect 1.5s ease-in-out infinite alternate;
}




@keyframes neonEffect {
    0% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    100% {
        text-shadow: 2px 2px 12px rgba(255, 255, 255, 0.8);
    }
}

.header-texts h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #17a2b8;
}

.header-texts p {
    font-size: 1.1em;
}

.content-aside {
    display: flex;
    margin-top: 20px;
}

.content {
    flex: 2;
    padding-right: 20px;
}

.content h2 {
    margin-bottom: 10px;
    color: #17a2b8;
}

.content p {
    margin-bottom: 20px;
    color: #333;
}

aside {
    flex: 1;
    background-color: #c6e4ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 00px;
    background-image:url("https://github.com/MarcellinoIW/afl2webprog/blob/main/coba.gif?raw=true") ;
    background-size: 250px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 80%;
}

aside h2 {
    margin-bottom: 10px;
    color: #17a2b8;
    margin-left: 5px;
}

aside ul {
    list-style-type: none;
    padding-left: 0;
}

aside ul li {
    margin-bottom: 10px;
}

aside ul li a {
    color: #001e4d;
    text-decoration: none;
    margin-left: 5px;
}

aside ul li a:hover {
    color: #0048ff;
    text-decoration: underline;
}

td {
    background-size: cover;
    color: black;
    text-align: center;
    padding: 100px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(7, 193, 153);
}

.articles table {
    /* width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 10px; */
    margin-bottom: 20px;


}

.articles tr td:hover {
    transform: scale(1.05);
    z-index: 1;
}

.articles td {
    padding: 20px;
    border-radius: 20px;
}

.articles td img {
    max-width: 100%;
    height: auto;
}

.articles h3 {
    margin-bottom: 10px;
    color: #17a2b8;
}

.articles p {
    margin-bottom: 20px;
    text-align: justify;
}

.articles a {
    color: #007bff;
    text-decoration: none;
    text-align: left;
}

.articles {
    margin-top: 30px;
}

.articles img[alt="Article 3"] {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/The%20Role%20of%20CSS%20in%20Accessibility%20and%20Inclusitivity.jpeg?raw=true");
}

.articles img[alt="Article 2"] {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/The%20Benefits%20of%20CSS%20for%20Web%20Developers.png?raw=true");
}

.articles img[alt="Article 1"] {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/The%20Future%20of%20CSS.jpeg?raw=true");
}


.row-second img {
    content: url("https://raw.githubusercontent.com/MarcellinoIW/afl2webprog/main/CSS%20vs.%20JavaScript.jpeg");
}

.mini-content h2 {
    color: #17a2b8;
}

.mini-content p {
    text-align: justify;
    margin-bottom: 20px;
}

.mini-content h2 p {
    float: right;
}

.mini-content,
.mini-one img h2 p {
    margin-bottom: 20px;
}

.mini-one img {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/the%20spark%20of%20creativity.png?raw=true");
    float: left;
    width: 150px;
    height: 163px;
    margin-right: 10px;
}

.mini-two img {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/Unleashing%20Your%20Creative%20Potential.jpeg?raw=true");
    float: left;
    width: 150px;
    height: 160px;
    margin-right: 10px;
}

.mini-three img {
    content: url("https://github.com/MarcellinoIW/afl2webprog/blob/main/The%20Role%20of%20Creativity%20in%20Problem-Solving.jpeg?raw=true");
    float: left;
    width: 150px;
    height: 160px;
    margin-right: 10px;
}

.mini-four img {
    content: url("https://raw.githubusercontent.com/MarcellinoIW/afl2webprog/main/Nurturing%20Creativity%20in%20Children.jpeg");
    float: left;
    width: 150px;
    height: 160px;
    margin-right: 10px;
}

.mini-one {
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mini-two {
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mini-three {
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mini-four {
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .mini-content {
        padding: 15px;
    }
}


@keyframes rotateShadow {
    0% {
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 0, 255, 0.5);
    }

    75% {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
    }
}

.mini-one,
.mini-two,
.mini-three,
.mini-four {
    animation: rotateShadow 2s linear infinite;
}

footer {
    margin-top: 50px;
    /* background-color: #343a40; */
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(169, 239, 221, 0.663);
}

footer p,
footer label {
    color: #17a2b8;
}

footer form {
    margin-top: 20px;
}

footer form label {
    display: block;
    margin-bottom: 5px;
    color: black;

}

footer form select,
footer form input[type="radio"] {
    margin-bottom: 10px;
}

footer form button {
    background-color: #17a2b8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

footer form button:hover {
    background-color: #6887a7;
    transform: scale(1.1);
}

.footer-logo h3 {
    margin-bottom: 10px;
    color: #0048ff;
}

.footer-credit h3 {
    margin-top: 20px;
    color: #17a2b8;
}