:root {
    --background-color: rgb(19, 19, 19);
}

@font-face {
    font-family: 'pixel';
    src: url(assets/VP\ Pixel\ Dot.woff2) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: rgb(0, 221, 255);
    font-family: 'pixel';


    background: #000000;
    background-image: linear-gradient(rgba(0, 221, 255, 0.43) .1em, transparent .1em), linear-gradient(90deg, rgba(0, 221, 255, 0.46) .1em, transparent .1em);
    background-size: 3em 3em;
}

.taskbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background-color: rgb(0, 221, 255);
    color: black;
    font-size: 14px;
    padding: 0 16px;
    box-sizing: border-box;
}

.container1 {
    margin: 30px auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.navbar {
    display: flex;
    justify-content: center;
}

.moonicon {
    width: auto;
    height: clamp(24px, 6vw, 55px);
}

.nav-inner {
    display: inline-flex;
    gap: 15px;
    padding: 10px;
    background-color: var(--background-color);
    border: 3px solid rgb(0, 221, 255);
    font-size: clamp(12px, 2.5vw, 20px);

}

.nav-inner a {
    color: rgb(0, 221, 255);
    text-decoration: none;
}

header {
    display: flex;
    align-items: center;
    gap: 10px;
}

header h1 {
    font-size: clamp(24px, 6vw, 55px);
    margin: 0;
    line-height: 1;
}

.ticker {
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 1em;
}

.ticker p {
    margin: 0;
    font-size: clamp(16px, 4vw, 35px);
    white-space: nowrap;
    display: inline-block;
    background: linear-gradient(90deg,
            cyan,
            violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    padding-left: 100%;
    animation: scroll 12s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.box {
    background-color: var(--background-color);
    min-width: 200px;
}

.main1 {
    display: flex;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 40px;
    justify-content: center;
    gap: 6em;
    flex-flow: row;
    align-items: flex-start;
}

.leftcontainer2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 520px;
    gap: 0;
    border: 3px solid rgb(0, 221, 255);
    background-color: var(--background-color);
}

.container2 {
    display: flex;
    flex-flow: column;
    flex: 0 0 225px;
    height: 100%;
}

#pfp {
    aspect-ratio: 1/1;
    overflow: hidden;
    max-width: 225px;
}

#pfp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#socials {
    align-items: left;
    padding-left: 10px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 3px solid rgb(0, 221, 255);
    overflow-y: auto;

}

#socials p {
    text-decoration: underline;
    padding-top: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
}

#socials ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 0px;
    padding-bottom: 25px;
}

#socials a {
    color: rgb(0, 221, 255);
    text-decoration: underline;
    text-decoration-color: rgb(0, 221, 255)
}

.container3 {
    flex: 1;
    min-width: 0;
    height: 100%;
}

#aboutme {
    border-left: 3px solid rgb(0, 221, 255);
    height: 100%;
    overflow-y: scroll;
}

#aboutmeheader {
    padding-left: 10px;
    font-size: 30px;
    text-decoration: underline;
}

.aboutmetext {
    font-size: 18px;
    padding-left: 10px;
}

.main2 {
    display: flex;
    padding-top: 40px;
    justify-content: space-evenly;
    flex-flow: row;
    width: 100%;    
    box-sizing: border-box;
}

.container5 {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
}

.main3 {
    display: flex;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 40px;
    justify-content: space-between;
    flex-flow: row;
}

.leftcontainer3 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 3px solid rgb(0, 221, 255);
    background-color: var(--background-color);
    margin-bottom: 20px;
    flex: 0 0 600px;
    box-sizing: border-box;
}

#creading{
    width: 100%;
    max-width: 600px;
}

    #creading p {
    text-decoration: underline;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
}
    #creading li{
        font-size: 18px;
    }

#clistening{
    width: 100%;
    max-width: 600px;
    
}

    #clistening p {
    text-decoration: underline;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
}

    #clistening li{
        font-size: 18px;
    }

.container6{
    background-color: var(--background-color);
    border: 3px solid rgb(0, 221, 255);
    margin-bottom: 20px;
    flex: 0 1 600px;
    width: 100%;
    max-width: 600px;
}

.divider{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.crossdivider{
    width: 100px;
    height: 100px;
}

    #vshow p {
    text-decoration: underline;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid  rgb(0, 221, 255);
    }

    .vshowvideo{
        position: relative;
        width: 100%;
        aspect-ratio: 16/9;
    }

    #vshow iframe{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.container7{
    margin-top: -20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid rgb(0, 221, 255);
}

    .container7 a{
        font-size: 50px;
        text-align: center;
        text-decoration: underline;
        background: linear-gradient(90deg,
            cyan,
            violet);

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

@media (max-width: 762px) {

    .container1 {
        flex-direction: column;
        gap: 20px;
        margin: 20px auto;
    }

    header {
        width: 100%;
        justify-content: center;
    }

    header h1 {
        font-size: 28px;
        text-align: center;
    }

    .nav-inner {
        font-size: 14px;
        gap: 10px;
        padding: 8px;
    }

    .ticker p {
        font-size: 18px;
        text-align: center;
        padding: 5px;
    }

    .main1 {
        flex-direction: column;
        gap: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .leftcontainer2 {
        flex-direction: column;
        gap: 0;
        height: auto;
        border: 3px solid rgb(0, 221, 255);
    }

    .container2,
    .container3,
    .container4 {
        width: 100%;
    }

    #aboutme {
        border-left: 3px solid rgb(0, 221, 255);
        max-height: 40vh;
        overflow-y: auto;
    }

    #socials {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }

    #socials ul {
        flex: 1;
    }

    #socials p {
        width: 100%;
    }

    #pfp {
        background-color: var(--background-color);
    }

    .container2 {
        flex-direction: row;
        background-color: var(--background-color);
    }

    .container3 {
        background-color: var(--background-color);
    }


}