.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tabs a{
    text-decoration: none;
    color: #aaa;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    transition: 0.3s;
}

.tab-xemi:hover{
    color: white;
    border-bottom: 1px solid red;
}

.tab-ditmouth:hover{
    color: white;
    border-bottom: 1px solid rgb(67, 4, 214);
}



.equalizer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 30px;
    margin: 15px auto;
}

.equalizer span{
    width: 4px;
    height: 10px;
    background: red;
    box-shadow: 0 0 10px red;
    border-radius: 2px;
    transition: height 0.1s;
}


body {
background-image: url(zdjecie.jpg);
background-size: cover;
background-color: #050505;
background-position: center;
background-repeat: no-repeat;
margin: 0;
font-family: 'Montserrat', sans-serif;
color: white;
text-align: center;
}



.container {
margin-top: 60px;
position: relative;
z-index: 2;
}


.profile {
width: 180px;
height: 180px;
border-radius: 50%;
margin: auto;
background: url("czegokurwaszukaszchuju.jpg") center/cover;
box-shadow: 0 0 30px rgb(170, 9, 9);
}


.name {
margin-top: 25px;
font-size: 26px;
letter-spacing: 10px;
color: #eaeaea;
}


.line {
width: 120px;
height: 2px;
background: red;
margin: 10px auto 5px;
box-shadow: 0 0 10px red;
}


.subtitle {
font-size: 12px;
opacity: 0.5;
letter-spacing: 3px;
}


.links {
margin-top: 50px;
}

.link {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;

width: 85%;
max-width: 320px;
margin: 15px auto;
padding: 18px;

border: 1px solid rgba(114, 48, 48, 0.5);
text-decoration: none;
color: #ccc;

transition: 0.3s;
box-shadow: 0 0 10px rgba(255,0,0,0.2);
}

.link:hover {
transform: scale(1.05);
color: white;
border: 1px solid rgb(146, 24, 24);
box-shadow: 0 0 20px rgb(82, 23, 23);
}


.icon {
font-size: 20px;
}


.footer {
margin-top: 60px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.chuj {
margin-top: 13px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.link i {
    font-size: 22px;
    color: #ccc;
    transition: 0.3s;
    color: rgb(212, 146, 146);
    text-shadow: 0 0 10px red;
}

.star {
    margin-top: 20px;
    font-size: 18px;
    color: red;
    text-shadow: 0 0 10px red;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tabs a{
    text-decoration: none;
    color: #aaa;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    transition: 0.3s;
}

.tabs a:hover{
    color: white;
    border-bottom: 1px solid red;
}


.equalizer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 30px;
    margin: 15px auto;
}

.equalizer span{
    width: 4px;
    height: 10px;
    background: red;
    box-shadow: 0 0 10px red;
    border-radius: 2px;
    transition: height 0.1s;
}



.wave {
    width: 140px;
    height: 3px;
    margin: 12px auto;

    background: red;
    border-radius: 10px;

    box-shadow: 0 0 10px red;
    
    transform-origin: center;
    transition: 0.1s;
}

@keyframes pulse {
    0% {box-shadow: 0 0 5px red;}
    50% {box-shadow: 0 0 25px red;}
    100% {box-shadow: 0 0 5px red;}
}

.wave::after {
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);

    width: 6px;
    height: 10px;
    background: red;

    border-radius:  2px;
    box-shadow: 0 0 10px red;
}

body {
background-image: url(zdjecie.jpg);
background-size: cover;
background-color: #050505;
background-position: center;
background-repeat: no-repeat;
margin: 0;
font-family: 'Montserrat', sans-serif;
color: white;
text-align: center;
}



.container {
margin-top: 60px;
position: relative;
z-index: 2;
}


.profile {
width: 180px;
height: 180px;
border-radius: 50%;
margin: auto;
background: url("czegokurwaszukaszchuju.jpg") center/cover;
box-shadow: 0 0 30px rgb(170, 9, 9);
}


.name {
margin-top: 25px;
font-size: 26px;
letter-spacing: 10px;
color: #eaeaea;
}


.line {
width: 120px;
height: 2px;
background: red;
margin: 10px auto 5px;
box-shadow: 0 0 10px red;
}


.subtitle {
font-size: 12px;
opacity: 0.5;
letter-spacing: 3px;
}


.links {
margin-top: 50px;
}

.link {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;

width: 85%;
max-width: 320px;
margin: 15px auto;
padding: 18px;

border: 1px solid rgba(114, 48, 48, 0.5);
text-decoration: none;
color: #ccc;

transition: 0.3s;
box-shadow: 0 0 10px rgba(255,0,0,0.2);
}

.link:hover {
transform: scale(1.05);
color: white;
border: 1px solid rgb(146, 24, 24);
box-shadow: 0 0 20px rgb(82, 23, 23);
}


.icon {
font-size: 20px;
}


.footer {
margin-top: 60px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.chuj {
margin-top: 13px;
font-size: 11px;
opacity: 0.3;
letter-spacing: 2px;
}

.link i {
    font-size: 22px;
    color: #ccc;
    transition: 0.3s;
    color: rgb(212, 146, 146);
    text-shadow: 0 0 10px red;
}

.star {
    margin-top: 20px;
    font-size: 18px;
    color: red;
    text-shadow: 0 0 10px red;
}

.music-player{
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.music-player button{
    pointer-events: auto;
    cursor: pointer;
    all: unset;
    display: inline-block;
    padding: 12px, 25px;
    border: 1px solid rgba(255,0,0,0.5);
    color: #ccc;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}

.music-player button:hover{
    color: white;
    border: 1px solid red;
    box-shadow: 0 0 15px red;
}


.mini-player{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.mini-player:hover{
    color: white;
    border: 1px solid red;
    box-shadow: 0 0 15px red;
}


.mini-player{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.mini-player:hover{
    color: white;
    border: 1px solid red;
    box-shadow: 0 0 15px red;
}