.folder-title::before {
    content: "📁";
    margin-right: 10px;
}

.folder-link::before{
    content: "📄";
    margin-right: 10px;
}

.folder-link {
    margin-left: 20px;
}

.close-button {
    color: red;
    font-weight: bolder;
    float: right;
    text-decoration: none;
}

.file-container {
    max-width: 500px;
}

.no-files-text {
    color: lightgray;
}

/* .folder-title {
    cursor: pointer;
}

.folder-title:hover {
    text-decoration: underline;
} */