.customfavorite-button {
    border:none;
    background-color: #ffffff;
    border-color: #ffffff;
    
}

.customfavorite-button:hover {
    background-color: #ffffff;
    color: #ffffff;
    
}

.fav-single{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
}

.favorites-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
}

.favorite-container {
    display:flex;
    justify-content: center;
    align-items: center;
}

.custom-favorited, .custom-favorites:hover {
    cursor: pointer;
}

.custom-unfavorited {
    cursor: pointer;
}

.clear-favorites {
    border: 1px solid #000;
    padding: 5px;
    border-color: black;
    font-size: 14px;
    border-radius: 0;
    font-family: 'Cera Bold';
    margin: 5px;
    color: #000;
}

.clear-favorites:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}

.clear-favorites:focus {
    background-color: #000;
    color: #FFF;
}