html, body {
    padding: 0;
    margin: 0;
    background: #000;
}
@media only screen and (max-height:800px) {
    .footer {
    display: none;
}
}.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    filter: brightness(30%) blur(10px);
    background: url(https://snowdrift.sh/files/b.webp) center /cover;
}
.center-wrapper {
    position: fixed;
    width: fit-content -moz-fit-content;
    top: 50vh;
    left: 50vw;
}
.center-wrapper>.center {
    justify-content: center;
    width: 75vw;
    display: flex;
    color: #fff;
    position: relative;
    transform: translate(-50%, -50%);
}
.leaf {
    display: flex;
}
.avatar {
    margin-bottom: 1em;
    width: 16em;
    height: 16em;
    border-radius: 100%;
    background: radial-gradient(rgb(0, 247, 255) 30%, rgb(0, 255, 179) 60%, rgb(0, 255, 191) 90%);
    box-shadow: rgb(0, 255, 200) 0 0 2vw 2vh;
}
.line {
    border-right: 3px solid #fff;
    justify-content: center;
    display: flex;
}
.avatar-wrapper {
    text-align: center;
    font-family: sans-serif;
}
.text {
    font-family: sans-serif;
    padding: 0 5vw;
    text-align: center;
}
.text>*>img {
    cursor: text;
    width: 24px;
    height: 14.4px;
}
.text>hr {
    border: none;
    border-bottom: 1px solid #fff;
}
.text>a, *>a {
    color: #fff;
    text-decoration-color: #fff;
}
.socials {
    display: flex;
    justify-content: center;
}
.socials>* {
    cursor: default;
    margin: .5rem;
    filter: invert(100%);
}
.socials>*>img {
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.social-div {
    display: flex;
    justify-content: center;
    font-family: monospace;
}
.footer {
    font-family: monospace;
    font-size: small;
    position: fixed;
    text-align: right;
    overflow-wrap: break-word;
    bottom: 3em;
    right: 3em;
    color: rgba(90, 90, 90, .1);
    width: 100%;
    color: #fff;
}