html, body {
    height: 100%;
    margin: 0;
}
body {
    background-color: #383735;
    font-family: Arial, sans-serif; 
    /* background-image: linear-gradient(#292826 10%, #383735 20%); */
}
img {
    pointer-events: none;
}
:root {
    font-size: 12px;
}
.center {
    display: flex;
    justify-content: center;
}

.imtrying {
    background-image: linear-gradient(130deg, #2f2e2c 25%, #232220 25%, #232220 50%, #2f2e2c 50%, #2f2e2c 75%, #232220 75%, #232220 100%);
    background-size: 5.22px 6.22px;
}

.titlebar {
    z-index: 1;
    position: relative;
    height: 40px;
    width: 100;
    background-image: linear-gradient(rgb(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
    -webkit-app-region: drag;
}
.titlebar-padding {
    padding-top: 8px;
}
.titlebar-right {
    display: inline-flex;
    align-items: center;
    float: right;
}
.titlebar-text {
    color: #cac1c2;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 1rem;
}
.titlebar-text-nm {
    color: #cac1c2;
    font-size: 1rem;
}
.titlebar-text-rm {
    margin-right: 11px;
}
.titlebar-button {
    -webkit-app-region: no-drag;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    transform: translateY(-1px);
    background: none;
    border: none;
    padding: 0;
    outline: inherit;
    color: inherit;
    cursor: pointer;
}
.titlebar-button img {
    width: 15px;
    height: 15px;
}
.steamlogo {
    right: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

.navbar {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.navbar-text {
    color: #cac1c2;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 2rem;
}
.navbar-text-selected {
    color: #f5fefb;
    text-shadow: #f5fefb 0 0 5px;
}
.navbar-button {
    background: none;
    border: none;
    padding: 0;
    outline: inherit;
    color: inherit;
    cursor: pointer;
}
.navbar-button-lm {
    margin-left: 5px;
}

.show {
    z-index: 1;
    margin-left: 1vw;
    position: relative;
    margin-bottom: 5px;
}
.show-text {
    color: #82847f;
    font-size: 1rem;
}
.show-text-white {
    margin-right: 5px;
    color: #cac1c2;
    font-size: 1rem;
}
.show-align {
    display: inline-flex;
    align-items: center;
}

.gradient-overlay {
    z-index: 0;
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 10%,#292826 30%, #383735 80%);
    width: 100%;
    height: 60px;
    transform: translateY(-20px);
}

.viewcontent {
    z-index: 1;
    height: 73vh;
    width: 98vw;
    border: 1px solid #4f4e4c;
    border-radius: 5px;
}

.bottom {
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 10px;
}
.bottom-add {
    background: none;
    border: none;
    padding: 0;
    outline: inherit;
    color: inherit;
    cursor: pointer;
}
.button-align {
    display: inline-flex;
    align-items: center;
}
.bottom-text {
    color: #cac1c2;
    font-size: 1rem;
}
.bottom-text-darker {
    float: right;
    color: #82847f;
    font-size: 1rem;
}
.bottom-right {
    float: right;
}
.bottom-friends {
    margin-right: 10px;
}
.bottom-friend-avatar {
    height: 32px;
    width: 32px;
}
.bottom-friend-border {
    height: 40px;
    width: 40px;
    position: absolute;
    transform: translateX(-36px) translateY(-4px);
}