.left-panel {
    font-size: small;
    background: var(--black1);
    border-right: 1px solid var(--black2);
    padding-top: 10px;
    color: var(--white1);
}

.left-panel input {
    margin: 10px 0px 10px 0px;
}

.left-panel input::placeholder {
    font-size: small;
    font-style: italic;
}

.left-panel li {
    list-style-type: none;

    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.left-panel ul {
    padding-left: 0px;
}

.left-panel .image {
    border: 1px solid var(--black2);
    border-radius: 5px;
    padding: 5px;
    font-size: small;
}

.left-panel .image img {
    width: 100%;
    margin-bottom: 5px;
}

.left-panel .title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: large;
}

.left-panel .description {
    font-size: small;
    padding-bottom: 20px;
}

.left-panel .project-list {
    padding-bottom: 10px;
}