body {
    background-color: #000000;
    font-weight: 700;
    cursor: url("../imagens/imagens-index/cur1103.webp"), default;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.8px;
    overflow-x: hidden;
    width: 1350px;
    height: 1400px;
    position: relative;
    margin: 0 auto;
    align-self: center;
}

p::selection,
a::selection,
button::selection,
ul::selection,
img::selection,
marquee::selection,
strong::selection,
div::selection {
    background: #000000;
    color: #fff;
}

.dropou-bala {
    animation: rotateText .8s ease alternate infinite;
}

.dropou-bala2 {
    animation: rotateElement .8s ease alternate infinite;
}

.deu-raio {
    text-shadow:
        3px 3px 0px rgba(204, 204, 204, 0.9),
        6px 6px 0px rgba(165, 165, 165, 0.6),
        9px 9px 0px rgba(80, 80, 80, 0.5);
}

.baforou-lanca {
    opacity: 0.6;
}

.fritou-doce {
    text-shadow:
        0 0 10px white,
        6px 3px 0px rgba(98, 0, 255, 0.8),
        -3px -6px 0px rgba(255, 0, 55, 0.8),
        12px 6px 0px rgba(81, 255, 0, 0.6),
        -6px -9px 0px rgba(255, 251, 0, 0.6),
        -9px -15px 0px rgba(0, 255, 200, 0.3),
        -12px -20px 0px rgba(255, 102, 0, 0.3);
}

.comeu-cogumelo {
    background-image: url(../imagens/imagens-index/brilho.webp);
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: repeating-linear-gradient(0deg, red, darkviolet, blue, lime, blue, darkviolet, red 30%);
}

body::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

strong {
    text-shadow: 0 0 10px #fff;
}

a {
    cursor: url("../imagens/imagens-index/cur1100.webp"), pointer;
}

button {
    background-color: unset;
    border: none;
    margin-top: 3px;
    height: 35px;
    padding: 0px;
    cursor: url("../imagens/imagens-index/cur1100.webp"), pointer;
}

/* CABEÇALHO DA PÁGINA */
header {
    height: 130px;
    display: grid;
    grid-template-columns: 300px 750px 300px;
}

#letreiro {
    background-image: url(../imagens/imagens-index/letreiro.webp);
    width: 750px;
    height: 215px;
    display: block;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.som {
    height: 150px;
    width: 150px;
    margin-top: 30px;
}

#som-left {
    background-image: url(../imagens/imagens-index/som.webp);
    justify-self: end;
}

#som-right {
    background-image: url(../imagens/imagens-index/som.webp);
    transform: scaleX(-1);
    justify-self: start;
}

.corpo {
    display: grid;
    grid-template-columns: 300px auto 300px;
    grid-template-rows: auto;
    gap: 20px;
    margin: 60px 5vw 10px;
}

/* CONTEÚDO */

.barra {
    margin-top: -15px;
    width: 100%;
}

.texto-barra {
    color: white;
    font-size: 15px;
    letter-spacing: 0.8px;
}

#borboleta1 {
    display: none;
    float: left;
    position: fixed;
    z-index: 1;
    overflow: auto;
}

.conteiner {
    min-width: 500px;
    margin-top: 65px;
    height: fit-content;
    background-color: rgb(230, 230, 230);
    background-image: url(../imagens/imagens-index/bolha.webp);
    border: 1px solid;
    border-radius: 40px;
}

.conteiner2 {
    border-radius: 40px;
    height: fit-content;
    margin: 1%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;

}

.grade-texto {
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: auto;
    gap: 10px;
}


#cogumelo {
    width: 100%;
    margin-top: 40%;
}


.conteudo {
    text-align: center;
    font-weight: 300;
    color: white;
    padding: 15px;
    font-size: 14px;
    line-height: 1.7;
}

#texto-conteiner-left {
    text-align: left;
}

.blinkies {
    width: 160px;
    display: block;
    margin: 0 auto;
}

.estrela {
    width: 230px;
}

.blink {
    width: 160px;
    margin: 3px 0px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #000000;
    margin: 15% auto;
    padding: 20px;
    border: 10px outset rgb(29, 29, 29);
    width: 50%;
}


.close {
    border: 1px dotted white;
    padding: 10px;
    margin: 10px auto;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: url("../imagens/imagens-index/cur1100.webp"), pointer;
    text-shadow: 0 0 10px #fff;
}

.enfeite-modal {
    width: 100%;
    margin: 10px;
}

/* BARRA DE NAVEGAÇÃO */

#top-left {
    margin-left: -60px;
}

.enfeite-col {
    width: 360px;
    background-color: black;
    height: 25px;
    margin: -5px 5px 60px;
    border: 2px dotted;
    border-left: none !important;
    border-right: none !important;
}

aside {
    margin: 30px 32px 40px;
    width: 220px;
    height: 894px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid;
    border-radius: 40px;
}

.dentro {
    width: 196px;
    min-height: 870px;
    padding: 10px;
    background-color: rgb(181, 181, 181);
    border: 2px outset white;
    border-radius: 30px;
}

.dentro-dentro {
    height: fit-content;
    background-color: black;
    padding: 15px;
    border: 8px outset white;
}

.moldura {
    background-color: black;
    border: 8px outset white;
    margin: 30px 0px;
}

#bola {
    width: 90px;
    margin: 0px 45px 20px;
}

nav {
    width: 143px;
    height: 410px;
    margin: 0px;
}

.menu {
    display: grid;
    grid-template-columns: 70.5px 70.5px;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 2px 2px;
    background-color: black;
    border: 3px solid white;
}

.menu>a {
    color: rgb(210, 210, 210);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 30px;
    text-decoration: none;
    letter-spacing: 0.8px;
    background-color: rgb(210, 210, 210);
    text-align: center;
    padding-top: 10px;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    border: 5px outset white;
}

#pg0 {
    grid-column: 1 / span 2;
}

#pg0:hover,
#pg1:hover,
#pg2:hover,
#pg3:hover,
#pg4:hover,
#pg5:hover,
#pg6:hover,
#pg7:hover,
#pg8:hover,
#pg9:hover,
#pg10:hover {
    box-shadow: 0px 0px 15px 2px white;
    text-shadow: 0 0 10px #fff;
    background-color: rgb(0, 0, 0, 0.5);
}

.links {
    display: block;
    width: fit-content;
    margin: 30px 0px;
    text-align: center;
    font-size: 17px;
}

.links a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.8px;
    font-weight: 700;
    padding: 10px;
}

.links a:hover {
    text-shadow: 0 0 4px #fff;
}

#guestbook {
    margin: auto 23px;
}

/* PLAYLIST */
.tutstuts {
    width: 150px;
    margin: 40px 15px;
}

.musica {
    height: 560px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 30px auto auto auto auto auto auto;
    gap: 1px 1px;
    background-color: black;
    border: 2px solid white;
}

#cabine-dj {
    height: 560px;
}

#dj {
    background-image: url(../imagens/imagens-index/dj.webp);
    width: 143px;
    height: 119px;
    margin: 20px 0px;
    background-position: center;
    background-size: cover;
}

#playlist {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 143px;
}

#playlist li {
    padding: 10px;
    border: 5px outset rgb(255, 255, 255);
    width: 112px;
    height: 18px;
    background-color: rgb(210, 210, 210);
    background-clip: border-box;
}

#playlist li:hover {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 2px white;
    text-shadow: 0 0 10px #fff;
}

#playlist li a {
    color: rgb(210, 210, 210);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.titulo {
    visibility: hidden;
}

.visivel a marquee {
    visibility: visible;
}

#playlist .active {
    background-color: black;
    border: 5px outset rgb(25, 25, 25);
    width: 112px;
}

#playlist .active a {
    margin: 0;
}

.active a marquee {
    visibility: visible;
}

#playlist .active a marquee {
    color: white;
    margin: 0;

}

.texto-aside {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    letter-spacing: 0.8px;
    padding: 0px 20px;
    text-align: center;
}

.controles {
    width: 143px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

.comandos {
    margin: 3px;
    height: 20px;
}

#mais {
    margin-left: 8px;
}

#volume {
    width: 160px;
    margin: 20px 15px 10px;
    border: 5px outset white;
}

#discoteca {
    margin: 0px 45px;
}

#bottom {
    width: 100%;
    margin: 30px 0px;
}

.footer {
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 5px;
    text-align: center;
}

@keyframes rotateText {
    0% {
        transform: perspective(0);
    }

    25% {
        transform: rotate(0deg) scale(1.5) translateX(0px) skewY(2deg);
    }

    75% {
        transform: rotate(0deg) scale(1) translateX(-1px) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) scale(1.2) translateX(0px) skewY(2deg);
    }
}

@keyframes rotateElement {
    0% {
        transform: perspective(0);
    }

    25% {
        transform: rotate(0deg) scale(0.9) translateX(0px) skewY(2deg);
    }

    75% {
        transform: rotate(0deg) scale(1) translateX(-1px) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) scale(0.8) translateX(0px) skewY(2deg);
    }
}

.navbar:hover,
.sidebar:hover,
p:hover,
img:hover,
button:hover {
    animation: none;
}