html, body {
    margin: 5px;
    padding: 5px;
  }  

body {
    background-color: #08220e;
    font-family: "IBM Plex Mono", "JetBrains Mono", "Fira Code", "Share Tech Mono", "VT323", monospace;
    font-weight: 400;
}


div {
    padding: 0px;
    margin-bottom: 0px;
}

h3 {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #ffffff;
}


header {
    background-color: #101611;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #00ff3c;
    border-style: solid;
    font-size: 20px;
    color: #4db164;
    padding: 15px;
    font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
    font-weight: 400;
    text-transform: uppercase;
}

.content-area {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    background-color: hsl(154 50% 5%);
    border-left: 1px;
    border-right: 1px;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #00ff3c;
    border-style: solid;
}

main {
    color: hsl(154 84% 70%);
    /* text-shadow: 0 0 5px hsl(154 84% 70%); */

    margin-top: 0px;
    padding: 50px;

}

footer {
    background-color: hsl(154 50% 5%);
    color: hsl(154 84% 70%);
    text-shadow: 0 0 5px hsl(154 84% 70%);
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px;
    border-color: #00ff3c;
    border-style: solid;
    margin-top: 0px;
    padding: 50px;
    overflow-x: auto;
    scrollbar-width: none;
}

#logo-area {
    background-color: hsl(154 50% 5%);
    color: hsl(154 84% 70%);
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-color: #00ff3c;
    border-style: solid;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
    min-width: max-content;
  }  

  #logo-area pre {
    margin: 0;
    padding: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 16px;
    color: hsl(154 84% 70%);

    background: linear-gradient(
        105deg,
        hsl(154 84% 70%) 0%,
        hsl(154 84% 70%) 40%,
        #ffffff 50%,
        hsl(154 84% 70%) 60%,
        hsl(154 84% 70%) 100%
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s ease-in-out infinite;
}

@keyframes shine {
    0%, 100% { background-position: 100% 50%; }
    50%      { background-position: 0% 50%; }
}

#section1 {
    font-size: 18px;
    color: #4c9243;
    margin-bottom: 50px;
}

#section2 p:nth-child(1) {
    font-size: 18px;
    color: rgb(98, 79, 66);
    margin-bottom: 50px;
}

#section2 p:nth-child(2) {
    font-size: 18px;
    color: rgb(221, 82, 100);
    margin-bottom: 50px;
}

#section2 div {
    border: 0px;
    padding: 16px;
}

#section3 {
    font-size: 22px;
    font-family: "DM Sans", monospace;
    font-weight: 200;
    padding: 15px;
    background-color: #130c04;
    border-radius: 15px;
    color: #eeeeee;
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    margin-bottom:100px;
}

#section4 {
    padding: 18px;
    align-items: center;
}

/*
#section4 div pre {
    color: #52ee52;
    font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
    font-weight: 400;
    font-size: 12px;
    margin-top: 50px;
}
*/

#section4 p {
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.below-header {
    display: flex;
}

.sidebar {
    display: none;
}

@media (min-width: 1200px) {
    .sidebar {
        display: block;
        width: 15%;
        min-width: 200px;
        border: 1px dashed #00ff3c;
        border-top: 0;
        background-color: #131b15;
        padding: 10px 0;
        align-self: flex-start;
        position: sticky;
        top: 10px;
    }

    .sidebar nav {
        display: flex;
        flex-direction: column;
    }

    .sidebar nav p {
        background-color: #5bf062d7;
        color: #000000;
        margin-bottom: 0px;
        padding: 15px;
    }

    .sidebar * {
        color: #5bf062d7;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 3px;
        margin-left: 0px;
        padding: 10px;
        font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
        font-weight: 400;
        text-transform: uppercase;
    }

    .sidebar a {
        margin-left: 30px;
    }

    .sidebar a:hover {
        background-color: #195827;
    }

    .content-area {
        margin-left: 0px;
    }
}


.popping-content {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.text-shadows {
    font-family: "Sniglet", "Share Tech Mono", "VT323", "Fira Code", monospace;
    font-weight: 800;
    font-size: 140px;
    margin: 0;
    letter-spacing: 0.8rem;
    color: #f6aca2;
    animation: pop 1.6s ease-in infinite;
}

@keyframes pop {
    0%, 100% {
        transform: translate(0, 0);
        text-shadow: none;
    }
    50% {
        transform: translate(-10px, -10px);
        text-shadow:
            4px  4px 0 #f6aca2,
            8px  8px 0 #9b5950,
            12px 12px 0 #952a1b,
            14px 14px 0 #50140c,
            16px 16px 0 #50140c;
/*
            4px  4px 0 #f6aca2,
            8px  8px 0 #9b5950,
            12px 12px 0 #952a1b,
            16px 16px 0 #50140c,
            20px 20px 0 #0d0c50;
*/
    }
}

.readme-wrapper {
    position: relative;
}

.readme-container {
    margin: 16px;
    padding: 16px;
    height: 300px;
    width: 90%;
    min-width: 600px;
    justify-content: center;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #00ff3c33;
    background: hsl(154 50% 2%);
    scrollbar-width: thin;
    scrollbar-color: #00ff3c44 transparent;
    font-family: "Fira Code", monospace;
    font-size: 13px;
    line-height: 1.7;
    color: hsl(154 60% 65%);
    opacity: 70%;
    border-radius: 15px;
}


.project-card {
    margin-bottom: 100px;
}

.project-header, .project-tag, .project-github-link {
    font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
    color: #5bf062d7;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 3px;
    font-style: none;
    
}


/* ── PHOSPHOR BURN ───────────────────────────────────────────── */
#projects-logo {
    color: #52ee52;
    font-family: "Share Tech Mono", "VT323", "Fira Code", monospace;
    font-weight: bold;
    font-size: 12px;
    margin-top: 150px;
    text-shadow:
      0 0 4px  hsl(154 100% 70%),
      0 0 10px hsl(154 100% 55%),
      0 0 20px #ffffff,
      0 0 40px hsl(154 100% 25%),
      0 0 80px hsl(154 100% 10%);
      
    background: linear-gradient(
        105deg,
        #52ee52 0%,
        #52ee52 40%,
        #ffffff 50%,
        #52ee52 60%,
        #52ee52 100%
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s ease-in-out infinite;
    min-width: max-content;
  }
  