body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #3498db;
    margin-left: 10px;
}

a:hover {
    text-decoration: underline;
}

.icon {
    width: 24px;
    height: 24px;
}

.icon-folder {
    background: url('folder-icon.png') no-repeat center center;
    background-size: contain;
}

.icon-file {
    background: url('file-icon.png') no-repeat center center;
    background-size: contain;
}
