html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 99vh;
    /* background: #846FFF; */
    background: -moz-linear-gradient(top, #846FFF 0%, #483D8B 50%, #30295E 100%);
    background: -webkit-linear-gradient(top, #846FFF 0%, #483D8B 50%, #30295E 100%);
    background: linear-gradient(to bottom, #846FFF 0%, #483D8B 50%, #30295E 100%);
}

.site-content {
    flex: 1 0 auto;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 1.3em;
    margin: 1em;
    /* padding: 2em; */
}

.bg-image-container {
    background-image: url(/website-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 1.3em;
}

.bg-image {
    /* background-image: url(/website-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    height: 100%;
    backdrop-filter: blur(5px);
    border-radius: 1.3em;
    opacity: 100%;
}

.header {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    text-rendering: optimizeLegibility;
    font-family: sans-serif;
    color: #e0dfdc;
    letter-spacing: .1em;
    text-shadow: 0 -2px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    padding: 1.2rem;
    padding-bottom: 1rem;
    width: 55%;
    margin: 0 auto;
    backdrop-filter: blur(15px);
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.socials-head {
    width: 20%;
    margin: 0 auto;
    margin-top: 8vw;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    color: white;
    text-shadow: 0rem 2px 5px black;
    text-rendering: optimizeLegibility;
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.8rem;
    border-radius: 1em;
    margin-bottom: 0.8em;
    position: absolute;
    backdrop-filter: blur(15px);
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.socials-list {
    size: 25em;
    margin-top: 1em;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 1em;
    text-shadow: 0rem 2px 5px black;
    text-rendering: optimizeLegibility;
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bar {
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(33, 33, 33, 0.25);
}

.Telegram {
    text-rendering: optimizeLegibility;
    font-family: 'Segoe UI';
    font-weight: bold;
    border-radius: 1em;
    padding: 1em;
    font-size: 1vw;
    background-color: rgba(0, 0, 0, 0.08);
    border-top: 3px solid rgba(255, 255, 255, 0.25);
    border-bottom: 3px solid rgba(33, 33, 33, 0.25);
    border-left: 0px solid rgba(128, 128, 128, 0.25);
    border-right: 0px solid rgba(128, 128, 128, 0.25);
    transition: all 100ms;
    text-shadow: 0rem 2px 5px rgba(0, 0, 0, 0.9);
}

.Discord {
    text-rendering: optimizeLegibility;
    font-family: 'Segoe UI';
    font-weight: bold;
    border-radius: 1em;
    padding: 1.2em;
    font-size: 1vw;
    background-color: rgba(0, 0, 0, 0.08);
    border-top: 3px solid rgba(255, 255, 255, 0.25);
    border-bottom: 3px solid rgba(33, 33, 33, 0.25);
    border-left: 0px solid rgba(128, 128, 128, 0.25);
    border-right: 0px solid rgba(128, 128, 128, 0.25);
    transition: all 100ms;
    text-shadow: 0rem 2px 5px rgba(0, 0, 0, 0.9);
}

.Bluesky {
    text-rendering: optimizeLegibility;
    font-family: 'Segoe UI';
    font-weight: bold;
    border-radius: 1em;
    padding: 1.2em;
    font-size: 1vw;
    background-color: rgba(0, 0, 0, 0.08);
    border-top: 3px solid rgba(255, 255, 255, 0.25);
    border-bottom: 3px solid rgba(33, 33, 33, 0.25);
    border-left: 0px solid rgba(128, 128, 128, 0.25);
    border-right: 0px solid rgba(128, 128, 128, 0.25);
    transition: all 100ms;
    text-shadow: 0rem 2px 5px rgba(0, 0, 0, 0.9);
}

.Telegram:hover {
    background-color: rgba(0, 136, 204, 0.2);
    color: white;
    cursor: pointer;
    backdrop-filter: blur(25px);
    transform: scale(1.05);
    transition: 100ms;
}

.Discord:hover {
    background-color: rgba(88, 101, 242, 0.2);
    color: white;
    cursor: pointer;
    backdrop-filter: blur(25px);
    transform: scale(1.05);
    transition: 100ms;
}

.Bluesky:hover {
    background-color: hsla(205, 100%, 50%, 0.2);
    color: white;
    cursor: pointer;
    backdrop-filter: blur(25px);
    transform: scale(1.05);
    transition: 100ms;
}

.Telegram:active {
    transform: scale(0.95);
}

.Discord:active {
    transform: scale(0.95);
}

.Bluesky:active {
    transform: scale(0.95);
}

.Telegram,
.Discord,
.Bluesky {
    margin: 0.4em;
    width: 15em;
    backdrop-filter: blur(5px);
    color: white;
}


.footer {
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: small;
    color: white;
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.6rem 0;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 1.3em;
}