.profile-content {
    display: flex;
    justify-content: space-between;
}

.main-content {
    flex: 1;
    margin-right: 20px;
}

.side-content {
    width: 150px;
}

#my-creations {
    height: 650px;
    overflow-y: auto;
    margin-top: 45px;
    border: 1px solid #ddd;
    padding: 10px;
}

.creation-item {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.creation-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.creation-item p {
    font-size: 12px;
    color: #666;
}

#creations-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#creations-pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
}

#creations-pagination button.active {
    background-color: #4CAF50;
    color: white;
}
