@media (max-width: 680px) {
  .topbar-h3 {
    visibility: hidden;
  }
}


img {
    max-width: 100%;
    height: auto
}



body {
    position: relative;
    margin: 0;
    padding: 0;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/static/backround.jpg");
    background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
    z-index: -2;
}

body.background-blur::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/static/backround-blur.jpg");
    background-repeat: no-repeat; background-size: cover; background-attachment: fixed;
    z-index: -2;
}


body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../animated/sparkles.gif") repeat;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

a {
    text-decoration: none;
    color: inherit;
        text-shadow:
        0 0 7px #ffd1dc,
        0 0 14px #ffd1dc
}

h1 {
    color: #b2e1ff; text-shadow: 0 0 7px #d0b2ff, 0 0 14px #ffd1dc;
}

.github {
    float: right; height: 40px; width: 40px; background-image: url(static/github_invertocat_black.jpg); background-size: contain; background-repeat: no-repeat
}

.instagram {
    float: right; height: 40px; width: 40px; background-image: url(static/instagram_b2e1ff.jpg); background-size: contain; background-repeat: no-repeat; padding-left: 5px
}
.topbar {
    min-height: 40px; padding: 10px 15px; background-image: url(/animated/topbar.gif); border-bottom: 5px #d0b2ff solid; background-attachment: scroll
}

.topbar-h3 {
    float: left; margin-left: 50px;  margin-top: 8px; color: #71368a; position: absolute
}

.topbar-h3-right {
    color: #b2e1ff;
    float: right; padding: 8px 8px;
        text-decoration: none;
        text-shadow:
        0 0 7px #b2e1ff,
        0 0 14px #b2e1ff
}


.icon {
    float: left;
}

.topmenu {
    padding-top: 1px;
        text-decoration: none;
    color: inherit;
        text-shadow:
        0 0 7px #71368a,
        0 0 14px #71368a
}

.main {
    margin-left: 10%; margin-right: 10%; margin-top: 10px;
    background-color: #00000000;
    border: solid 2px #d0b2ff; /*border-top: transparent;*/ border-radius: 12px;/*border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;*/ padding: 5px;
    color: #b2e1ff;
    background: linear-gradient(
        50deg,
        rgba(60, 53, 172, 0.8) 0%,
        rgba(142, 112, 233, 0.4) 33.3%,
        rgba(233, 154, 227, 0.6) 100%,
        rgba(60, 53, 172, 0.8) 33.3%
    );
}

.main-1-3 {
    margin-left: 33.3%; margin-right: 33.3%; margin-top: 10px;
    background-color: #00000070;
    border: solid 2px #d0b2ff;  padding: 5px; border-radius:  12px;
    color: #b2e1ff
}

.bottom-bar {
    border-top: solid 2px #d0b2ff; background-color: #00000080; 
    text-align: center; color: #b2e1ff; padding: px 8px;
}

.error {
    margin-left: 10%; margin-right: 10%; margin-top: 10px;
    background-color: #00000070;
    border: solid 2px #ff0000; border-radius: 12px; padding: 5px
}

p {
    padding: 4px; background-color: #00000020; color: #b2e1ff; border-radius: 12px;
    /*width: 60%;*/
    text-align: left
}

h2 {
    padding: 4px; background-color: #00000020;
    color:#b2e1ff; border-radius: 12px;
    text-align: center
}

.sidebartext {
        padding: 4px; background-color: #00000020; color: #b2e1ff; border-radius: 12px;

        text-anchor: left;
        position: sticky;
        position-anchor: left;
}

.mainsidebar {
    float: right; padding-right: 5px; border: solid 2px #d0b2ff;border-radius: 12px; background-color: transparent;
    padding-bottom: 100px;
    padding-left: 100px;
    text-align: left;
}

.gallery {
    margin: 0;
}

.background-blur {
    margin: 0;
    background-image: url("/static/backround-blur.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed
}

.music-images {
    display: flex;
    gap: 15%;
    justify-content: center;
    align-items: center;
    margin: 1%;
}

.music-grids {
    display: flex;
    justify-content: center;
    gap: 5%;
}

.music-now {
    max-width: 45%;
    min-width: 45%;
    background-color: #00000070;
    border: solid 2px #d0b2ff; border-radius: 12px; padding: 5px;
    color: #b2e1ff;
}

.music-history {
    max-width: 45%;
    min-width: 45%;
    background-color: #00000070;
    border: solid 2px #d0b2ff; border-radius: 12px; padding: 5px;
    color: #b2e1ff;
}

.music-entry {
    display: flex;
    gap: 12px;
    padding: 2px;
}

.music-entry img {
    width: 32px;
    height: 32px
}

.music-text {
    display: flex;
    flex-direction: column;
}

.text-centerd {
    text-align: center
}

.webrings {
    padding-left: 4%
}

.spaecing {
    padding-inline: 8px
}