:root{--blur: 5px;--opacity-card: .4;--profile-pic: url(/profile.jpg)}a{color:inherit;text-decoration:none}.wrapper{position:relative;height:100vh;width:100vw;overflow:hidden}.background{background-color:#000;height:100%;width:100%;position:absolute;pointer-events:none;z-index:-2}.background__item{object-fit:cover;height:100%;height:110vh;width:100%}.overlay{background-color:#000;opacity:.3;height:100%;width:100%;position:absolute;pointer-events:none;z-index:-1}.foreground{height:100%;width:100%;position:absolute;display:flex;justify-content:center;align-items:center;z-index:1}.cover{background-color:#0a0000;position:absolute;font-size:24px;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:2}.cover__icon{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.foreground{flex-direction:column;gap:20px}.foreground__card{background:rgba(0,0,0,var(--opacity-card));backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000005e;border-radius:50px;width:400px}.foreground__profile{display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,var(--opacity-card));backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000005e;border-radius:50px 50px 0 0/50px 50px 0px 0px;padding:60px 20px 20px;width:100%}.foreground__profile__image{width:100px;height:100px;border-radius:50%;margin-bottom:10px;position:absolute;top:calc(-50% + 30px);background:var(--profile-pic);background-size:cover;background-position:center;filter:drop-shadow(0 0 12px rgba(54,54,54,.911));backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:2px solid rgb(45,45,45);box-shadow:0 8px 32px #0000005e}.foreground__profile__title{font-size:30px;font-weight:400}.foreground__profile__desc{text-align:center}.foreground__links{padding:10px;display:flex;justify-content:center;align-items:center;gap:25px;color:#aeaeae;font-size:30px;margin:10px 20px}.foreground__links__item__icon{display:flex;justify-content:center;align-items:center}.foreground__links__item:first-of-type{font-size:34px}.foreground__links__item__icon:hover{color:#fff;filter:drop-shadow(0 0 20px rgb(255,255,255));scale:1.1}.foreground__links__item__icon{filter:drop-shadow(0 0 20px rgb(0,0,0))}.mute{background:#0009;backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000005e;border-radius:50px;height:70px;width:70px;font-size:24px;position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width: 600px){.foreground__card{width:300px}.mute{height:50px;width:50px;font-size:20px}}@font-face{font-family:sin1;src:url(/fonts/sin1.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100vh;width:100vw;font-family:Reddit Mono,monospace;font-family:sin1;color:#c7c7c7}
