.library_body {
    height: 500px;
}

.collection_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: scroll;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f3f5f8;
    border-radius: 15px;
}

.collection-label{
    font-size: 1rem;
    margin-top: 15px;
}

.library_header {
    height: 60px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.library_preview_wrapper {
    background-color: #d4d3d3;
    border-radius: 15px;
    width: 150px;
    height: 150px;
    padding: 10px;
    margin: 15px;
}

.library_preview_wrapper.selected {
    border-style: solid;
    border-color: #157347;
    border-width: 5px;
}

.library_preview_container {
    position: relative;
    justify-content: center;
    height: 100%;
    width: 100%;
}
