#discord-profile
{
    margin-top: 5vmin;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 2vmin;
    width: 50vmin;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vmin;
}

#discord-bg {
    position: relative;
    width: 80%;
    max-width: 60vmin;
    aspect-ratio: 2/2.85;
    background-image: url("../img/discord\ presence\ bg.png");
    background-size: cover;
    background-position: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#discord-user-image
{
    display: flex;
    padding-right: 3vmin;
}
#discord-pfp-border
{
    width: 13vmin;
    height: 13vmin;
    border-radius: 100%;
    align-self: center;
    margin-left: -0.5vmin;
    position: absolute;
}
#discord-status
{
    width: 4vmin;
    height: 4vmin;
    align-self: center;
    margin-left: 8vmin;
    margin-top: 8vmin;
    position: absolute;
}
#discord-pfp
{
    width: 12vmin;
    height: 12vmin;
    border-radius: 100%;
    align-self: center;
}

#discord-names
{
    padding-top: 6vmin;
    display:flex;
    gap: 1vmin;
    justify-content: center;
    font-size: 1.5vmin;
}
#discord-names h3
{
    align-self: left;
    text-align: left;
}

#name-list
{
    display: flex;
    flex-direction: column;
}

#discord-username
{
    margin-top: 1vmin;
    font-size: 3vmin;
    text-align: left;
}
#discord-displayname
{
    margin-top: -4vmin;
    font-size: 1.5vmin;
    text-align: left;
}
#discord-line-status
{
    margin-top: -1vmin;
    font-size: 1.3vmin;
    text-align: left;
}


#activity
{
    margin-top: 5.5vmin;
    display: flex;
    gap: 0vmin;
    justify-content: center;
    flex-direction: column;
    font-size: 1.35vmin;
    text-overflow: ellipsis;
}
#activity h3
{
    align-self: center;
    width: 85%;
}


#discord-activity-image
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
#activity-border
{
    position: absolute;
    width: 19.2vmin;
    height: 19.2vmin;
    margin-left: -0.9vmin;
    align-self: center;
}
#activity-img
{
    width: 17vmin;
    height: 17vmin;
    border-radius: 2vmin;
    align-self: center;
}