.code-view {
    height: 40em;
    white-space: pre;
    overflow: auto;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 0.25rem;
    font-family: "Courier New", monospace;
}


.user-avatar {
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(200, 200, 200, 0.3);
    object-fit: cover;
}

.pre {
    white-space: pre-wrap;
}

.semi {
    opacity: 0.5;
}

.cols-2 {
    column-count: 2;
    column-gap: 30px;
}

.cols-3 {
    column-count: 3;
    column-gap: 30px;
}

.main-part {
    padding-top: 1.5rem;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(240,240,240,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}