:root {
    --black: #101010;
    --white: #c0c0c0;
    --pink: #f2a1c2;
    --green: #80c990;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'VT323', monospace
}

::selection {
    color: #3c6144;
    background: var(--white)
}

body {
    background: var(--black);
    font-family: 'VT323', monospace
}

footer {
    text-align: center;
    padding: 5%;
    padding-top: 0%;
}

.a {
    text-align: center;
    text-decoration: none
}

a:-webkit-any-link {
    color: transparent;
    cursor: pointer;
    text-decoration: none !important
}

.box {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}


.h2 {
    color: var(--white);
    font-weight: 400;
    font-size: 5vw;
    margin: 2rem
}

.pointer {
    width: 100%;
    text-decoration: none !important;
    transition: 0.2s all ease-in-out
}

.pointer:hover {
    font-weight: 400;
    transform: scaleX(1.1);
    transform-origin: left 100%
}

.btnIn {
    margin: 5px;
    padding: 5px;
    border-radius: 25px;
    font-weight: 300;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2vh;
    color: var(--white);
    transition: 0.2s all ease-in-out
}

.grt {
    margin: 5px;
    padding: 5px;
    font-weight: 300;
    font-size: 3vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2vh;
    color: var(--black)
}

.btnIn:hover {
    color: #80c990
}

.btnIn2 {
    margin: 5px;
    color: #c0c0c0 !important;
    font-weight: 300;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease-in-out
}

.btnIn2:hover {
    transform: scale(1.1);
    transform-origin: left center;
    color: #80c990 !important;
    font-weight: 300
}

.btnIn3 {
    margin: 5vw;
    margin-right: 0;
    margin-left: 0;
    color: #c0c0c0 !important;
    font-weight: 300;
    font-size: 5vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease-in-out
}

.btnIn2:hover {
    transform: scale(1.1);
    transform-origin: left center;
    color: #80c990 !important;
    font-weight: 300
}

.typewriter {
    overflow: hidden;
    border-right: .15em solid #80c990;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .02em;
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: var(--green)
    }
}

.site-header,
.site-nav-main,
.post-full-byline,
.post-full-social,
.contact-form,
.read-next {
    display: none
}

#site-main,
body,
.site-wrapper {
    display: block;
    background: repeating-linear-gradient(to bottom, #001e0c, #051e00 1px, #0f0f0f 1px, #0c0c0c 4px);
    width: 100%;
    height: 100%;
    min-height: 200%
}

.post-full-title {
    color: #0000ff
}

.post-full-content,
.site-footer {
    background: none
}

@keyframes refresh {
    0% {
        bottom: 100%
    }
    70% {
        bottom: 100%
    }
    100% {
        bottom: 0px
    }
}

.refresh {
    float: left;
    width: 200%;
    height: 100px;
    z-index: 8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, .4) 10%, rgba(0, 0, 0, .1) 100%);
    opacity: .1;
    position: fixed;
    bottom: 0;
    animation: refresh 8s linear infinite;
    animation-name: refresh;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running
}

.cligno {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: repeating-linear-gradient(90deg, rgba(0, 255, 13, 0.08) 0px 1px, rgba(0, 255, 0, 0.08) 1px 2px, rgba(12, 12, 12, 0.08) 2px 3px), repeating-linear-gradient(0deg, transparent 0px 1px, rgba(0, 0, 0, 0.4) 1px 2px);
    opacity: 0;
    pointer-events: none;
    animation: flicker 0.02s infinite
}
.container {
    display: flex;
    align-items: center; /* Vertical centering */
    gap: 20px; /* Space between <uv> and skills */
    justify-content: space-between;
}

.h1 {
    color: var(--pink);
    font-weight: 600;
    font-size: 10vw;
    white-space: nowrap;
}

.h1_min {
    color: var(--pink);
    font-weight: 600;
    font-size: 20vw;
    white-space: nowrap;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 80vw;
    justify-content: center;
}

.noo {
    display: inline-block;
    border: #80c990 1px solid;
    padding: 8px 12px;
    color: var(--black);
    background: #80c990;
    border-radius: 5px;
    font-size: 1.5vw;
}

.min{
    font-size: 3vw !important
}
.min2{
    font-size: 6vw !important
}
.center {
    text-align: center;
    padding-bottom: 0%;
}
#c{
    margin-bottom: 5%;
}
