body {
    background: #2a2a2a;
    margin: 0;
    padding: 0;
}

.tabs {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.tab {
    padding: 1rem 1.5rem;
    cursor: pointer;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.tab.active {
    color: #d8d8d8;
}

.tab-content {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
}

.header {
    color: #c6c6c6;
    text-align: center;
}

.text-head {
    color: #808080;
    padding-left: 90px;
    padding-top: 55px;
    font-family: Arial, Helvetica, sans-serif;
}

.text {
    color: #808080;
    padding-left: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    line-height: 3px;
}

.soc a {
    color: #d8d8d8;
    text-decoration: none;
}

.soc {
    color: #808080;
    padding-left: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    line-height: 3px;
    bottom: 3rem;
    position: fixed;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    filter: brightness(20%);
}

#track,
#artist,
#date,
.scrobble {
    color: #808080;
    margin: 12px;
    text-decoration: none;
}

.lastfm-scrobble {
    margin-right: 46px;
    background-color: #80808028;
    padding: 3px;
    border-radius: 5px;
}
