.list{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.profile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
    gap: 20px; 
    flex-direction: row;
    margin: 2%;
}

.profile-card {
    width: 250px; 
    height: 280px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
