body {
    background: #000;
    color: #1bc01b;
    font-family: "IBM Plex Mono", monospace;
    margin: 0;
    padding: 2rem;
}

.terminal-border {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #107910;
    margin: 1.2em 0;
}

a {
    color: #21ff21;
}

.section-title {
    color: #fff;
    font-weight: bold;
    margin-top: 2em;
}

@keyframes cursor-blink {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.blinking-cursor {
    animation: cursor-blink 1.5s infinite;
    color: #21ff21;
}

ul li p:first-child,
ul li span {
    font-weight: bold;
}

ul{
    list-style-type: "> ";
}

p {
    font-size: 1em;
}
h1{
    font-size: 1.2em;
    color: #21ff21;
}

.job-success-icon{
    height: 1em;
    border: 1px solid #21ff21;
    border-radius: 50%;
    position: relative;
    top: 3px;
}
.top-rated-icon{
    position: relative;
    top: 3px;
    height: 1.2em;

}

svg path{
    fill: #21ff21;
}

.p-focus{
    font-weight: 900;
    color: #21ff21;
}

.section-toggle {
    font-weight: 800;
}

.job-section{
    color: #21ff21;
}
.education-section p:not(:first-child),
.job-section p:not(:first-child){
    padding-left: 20px;
}
.job-section ul li ul{
    padding-left: 80px;
}