
#onSearchDetails img
{
    border-radius: 10px;
    width: 80px;
    height: 100px;
    margin: 5px;
}
#onSearchDetails p
{
    border-radius: 10px;
    background-color: #bcdc53;
    padding-left: 5px;
    padding-right: 5px;

    margin: 5px;
    text-align: center;
}
#onSearchDetails
{
    display: flex;
    flex-flow: row wrap;
    overflow-y: auto;
    
    padding: 30px;
    height:  100%;
    
    align-content: flex-start;
    justify-content: center;
}

