@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@500&display=swap");

* {
    cursor: url('../img/cur.png'), auto;
}

body {
    background-color: black;
    height: 100%;
}

.intro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-text {
    text-align: center;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.bg-image {
    background-image: url('../img/background.gif');

    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

    background-repeat: no-repeat;
    background-size: cover;
}

.canvas-audio {
    width: 480px;
    height: 480px;
}

.info {
    z-index: 2;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

a {
    color: #1d96f0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.cv-code {
    border-radius: .5rem;
    overflow: hidden;
    background: #1f1e1e;
    width: 700px;
    margin: 0 auto;
}

.cv-code-header {
    display: flex;
    align-items: center;
    background: #393d3e;
    color: #eee;
    text-align: center;
    padding: 5px 10px;
    border-radius: .5rem .5rem 0 0;
    position: relative;
    font-family: "JetBrains Mono", monospace;
}

.cv-code-buttons {
    margin-right: 10px;
    display: flex;
    gap: 6px;
}

.cv-code-buttons .fake-button[data-close] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #f77669;
}

.cv-code-buttons .fake-button[data-minify] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #ffcb6b;
}

.cv-code-buttons .fake-button[data-expand] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #c3e88d;
}

.cv-code-title {
    margin: 0 auto;
    display: block;
}

.cv-code .content {
    color: white;
    padding: 10px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 0.8rem;
}

.cv-code .content .instruction {
    display: block;
    padding: 0 0 7px 0;
}

.cv-code .content .user {
    color: #6db928;
}

.cv-code .content .path,
.cv-code .content .command {
    color: #6fa5cd;
}

.blinking-cursor {
    color: #FFFFFF;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {

    from,
    to {
        color: transparent;
    }

    50% {
        color: #FFFFFF;
    }
}

@-moz-keyframes blink {

    from,
    to {
        color: transparent;
    }

    50% {
        color: #FFFFFF;
    }
}

@-webkit-keyframes "blink" {

    from,
    to {
        color: transparent;
    }

    50% {
        color: #FFFFFF;
    }
}

@-ms-keyframes "blink" {

    from,
    to {
        color: transparent;
    }

    50% {
        color: #FFFFFF;
    }
}

@-o-keyframes "blink" {

    from,
    to {
        color: transparent;
    }

    50% {
        color: #FFFFFF;
    }
}

.bottom {
    position: absolute;
    bottom: 0px;
    margin: 5px;
}

.playingtext {
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
}

.cv-codee {
    content-visibility: auto;
    border-radius: .5rem;
    overflow: hidden;
    background: #36393f;
    width: 90%;
    width: 520px;
    height: 200px;
    margin: 0 auto;
    position:absolute;
    top: 90px

}

.cv-codee-header {
    display: flex;
    align-items: center;
    background: #202225;
    color: #eee;
    text-align: center;
    padding: 5px 10px;
    border-radius: .5rem .5rem 0 0;
    position: relative;
    font-family: "JetBrains Mono", monospace;
}

.cv-codee-buttons {
    margin-right: 10px;
    display: flex;
    gap: 6px;
}

.cv-codee-buttons .fake-button[data-close] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #f77669;
}

.cv-codee-buttons .fake-button[data-minify] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #ffcb6b;
}

.cv-codee-buttons .fake-button[data-expand] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #98dd2f;
}

.cv-codee-title {
    margin: 0 auto;
    display: block;
    color: #ececec;
}

.cv-codee .content {
    color: rgb(0, 0, 0);
    padding: 10px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 0.8rem;
}

.cv-codee .content .instruction {
    display: block;
    padding: 0 0 7px 0;
}

.cv-codee .content .user {
    color: #6db928;
}

.cv-codee .content .path,
.cv-codee .content .command {
    color: #6fa5cd;
}

.cv-cod {
    content-visibility: auto;
    border-radius: .5rem;
    overflow: hidden;
    background: #ffffff;
    width: 90%;
    width: 520px;
    height: 200px;
    margin: 0 auto;
    position:absolute;
    top: 500px;
    right: 30px;

}

.cv-cod-header {
    display: flex;
    align-items: center;
    background: #c9cbcf;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 10px;
    border-radius: .5rem .5rem 0 0;
    position: relative;
    font-family: "JetBrains Mono", monospace;
}

.cv-cod-buttons {
    margin-right: 10px;
    display: flex;
    gap: 6px;
}

.cv-cod-buttons .fake-button[data-close] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #f77669;
}

.cv-cod-buttons .fake-button[data-minify] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #ffcb6b;
}

.cv-cod-buttons .fake-button[data-expand] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #eff1ea;
}

.cv-cod-title {
    margin: 0 auto;
    display: block;
    color: #000000;
}

.cv-cod .content {
    color: rgb(0, 0, 0);
    padding: 10px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 0.8rem;
}

.cv-cod .content .instruction {
    display: block;
    padding: 0 0 7px 0;
}

.cv-cod .content .user {
    color: #6db928;
}

.cv-cod .content .path,
.cv-cod .content .command {
    color: #6fa5cd;
}






.cv-co {
    content-visibility: auto;
    border-radius: .5rem;
    overflow: hidden;
    background: #ffffff;
    width: 90%;
    width: 520px;
    height: 200px;
    margin: 0 auto;
    position:absolute;
    top: 100px;
    right: 300px;

}

.cv-co-header {
    display: flex;
    align-items: center;
    background: #c9cbcf;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 10px;
    border-radius: .5rem .5rem 0 0;
    position: relative;
    font-family: "JetBrains Mono", monospace;
}

.cv-co-buttons {
    margin-right: 10px;
    display: flex;
    gap: 6px;
}

.cv-co-buttons .fake-button[data-close] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #f77669;
}

.cv-co-buttons .fake-button[data-minify] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #ffcb6b;
}

.cv-co-buttons .fake-button[data-expand] {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #eff1ea;
}

.cv-co-title {
    margin: 0 auto;
    display: block;
    color: #000000;
}

.cv-co .content {
    color: rgb(0, 0, 0);
    padding: 10px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 0.8rem;
}

.cv-co .content .instruction {
    display: block;
    padding: 0 0 7px 0;
}

.cv-co .content .user {
    color: #6db928;
}

.cv-co .content .path,
.cv-co .content .command {
    color: #6fa5cd;
}
