body {
    margin: 0;
    overflow: hidden;
    user-select: none;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 51px;
}

#bg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    filter: blur(8px) brightness(35%);
}

main {
    z-index: 67;
    width: 411px;
    height: auto;
    color: white;
}

.mainlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}

.toR {
    align-items: flex-end;
    justify-content: right;
    text-align: right;
}

#pfp {
    height: 96px;
    width: auto;
}

.interact:hover {
    transition: 0.1s;
    cursor: pointer;
    color: #FFFF00;
}

.interact:active {
    transition: 0.1s;
    cursor: pointer;
    color: #cfcf00;
}

.sidexside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.hidden {
    display: none;
}

.rightitem {
    width: 100%;
    overflow: visible;
    white-space: nowrap;
}

.inactive {
    color: rgb(41, 41, 41);
}

.active {
    color: #FFFF00;
}

.link {
    color: rgb(168, 195, 255);
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: rgb(0, 61, 194);
    text-decoration: underline;
}

.link:active {
    color: rgb(0, 49, 156);
    text-decoration: underline;
}

.big {
    font-weight: 500;
    font-size: 69px;
}

.smol {
    color: rgb(212, 212, 212);
    font-size: 24px;
}
