body {
  background-image: url("../../demonlist/resources/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.profile {
    width: 75%;
    height: 90%;
    position: fixed;
    top: 10%;
    background-color: #111;
    overflow-y: none;
    border-radius: 15px;
    top: 5%;
    left: 12.5%;
    scrollbar-width: 5%;
    scrollbar-color: rgb(152, 73, 242) #ddd;
}

.head {
    color: white;
    font-weight: bold;
    font-family: "Noto Sans Display", sans-serif;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 75%;
    height: 50px;
    position: fixed;
    background-image: linear-gradient(to right, rgb(101, 24, 188), rgb(152, 73, 242));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

backarrow {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXVuZG8yLWljb24gbHVjaWRlLXVuZG8tMiI+PHBhdGggZD0iTTkgMTQgNCA5bDUtNSIvPjxwYXRoIGQ9Ik00IDloMTAuNWE1LjUgNS41IDAgMCAxIDUuNSA1LjVhNS41IDUuNSAwIDAgMS01LjUgNS41SDExIi8+PC9zdmc+');
    position: absolute;
    left: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

@font-face {
  font-family: 'Pusab';
  src: url('../fonts/PUSAB___.otf') format('opentype'); 
}

pusab {
    font-family: 'Pusab';
    text-align: center;
}

.outline {
     text-shadow:
    -0.5px -0.5px 0 #000,
    0.5px -0.5px 0 #000,
    -0.5px 0.5px 0 #000,
    0.5px 0.5px 0 #000;
}

.outline, pusab {
    position: absolute;
    display: inline-flex;
}

gold {
    background-image: linear-gradient(to top, #f3d678, #b88819);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; /* For webkit browsers */
      color: transparent;
}

.icon-container {
    position: absolute;
    top: 60px;
    left: 5px;
    cursor: pointer;
}

.icon-container img:hover, .copyimg:hover {
    animation: brightPlus 0.25s forwards;
}

.icon-container img:not(:hover), .copyimg:not(:hover) {
    animation: brightMinus 0.25s forwards;
}

@keyframes brightPlus {
    from {
        box-shadow: 0 4px 8px 0 rgba(101, 24, 188, 0.3), 0 6px 20px 0 rgba(152, 73, 242, 0.2);
    } to {
        box-shadow: 0 4px 16px 0 rgba(153, 65, 255, 0.7), 0 6px 20px 0 rgba(118, 56, 189, 0.6);
    }
}

@keyframes brightMinus {
    from {
        box-shadow: 0 4px 16px 0 rgba(153, 65, 255, 0.7), 0 6px 20px 0 rgba(118, 56, 189, 0.6);
    } to {
        box-shadow: 0 4px 8px 0 rgba(101, 24, 188, 0.3), 0 6px 20px 0 rgba(152, 73, 242, 0.2);
    }
}

.stats {
    position: absolute;
    top: 120px;
    left: 5px;
    color: white;
    font-family: "Noto Sans Display", sans-serif;
}

.info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: rgb(145, 145, 145);
    font-family: "Noto Sans Display", sans-serif;
}

.copy {
    display: flex;
    justify-content: space-between;
}

.copyimg {
    cursor: pointer;
    position: absolute;
    left: 90px;
}

.userid {
    position: absolute;
    left: 64px;
    top: 5px;
}