@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap");
* {
    box-sizing: border-box;
    font-family: "Fira Code", sans-serif;
    padding: 0;
    margin: 0;
}

body
{
    background-color: var(--background-color);
    color: var(--text-color-primary);
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1em;
    line-height: 1.6;
    padding: 70px;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main_container{
    min-height: 80vh;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    max-width: 600px;
}

h1{
    font-weight: bold;
    font-size: 50px;
}

h3{
    font-weight: bold;
    font-size: 22px;
}

.secondary-color
{
    color: var(--text-color-secondary);
}

div{
    display: block;
}

::-webkit-scrollbar {
    display: none;
}

b{
    flex-wrap: wrap;
}

.url-color{
    color: var(--text-color-url);
}

.primary-color{
    color: var(--text-color-primary);
}

:root{
    --text-color-primary: #a9b1d6;
    --text-color-secondary: #bb9af7;
    --text-color-url: #2ac3de;
    --background-color: #1a1b26;
}

#dpfpimg {
    --image-size: 128px;
    height: var(--image-size);
    width: var(--image-size);
    margin-top: 10px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: left;
}

.imgmobj {
    text-decoration: none;
    padding-left: 144px;
    font-size: 15px;
    font-weight: bold;
    pointer-events: none;
}

#dnick{
    margin-top: -130px;
    font-size: 23px;
}

#discord{
    padding-left: 5px;
    white-space: nowrap;
}

#dstxt{
    padding-left: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size:16px;
    font-weight: bold;
    margin-top: -4px;
    white-space: nowrap;
    pointer-events: none;
}

#statusEmoji{
    display: inline-block;
    vertical-align: middle;
    margin-left: 144px;
    margin-top: -3px;
    pointer-events: none;
}

#dat1{
    padding-top: 4px;
}

#sl{
    pointer-events: none;
}

.hidden-link:link { 
    text-decoration: none; 
} 
.hidden-link:visited { 
    text-decoration: none; 
} 
.hidden-link:hover { 
    text-decoration: underline; 
} 
.hidden-link:active { 
    text-decoration: underline; 
}

#dat0 {
    margin-top: 2px;
}