.list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 40px auto;
    padding: 20px 0;
    gap: 30px;
    background-color: lavender;
    justify-content: center;
    border-radius: 5px;
}

img {
    width: 200px;
    border-radius: 10px;
}

.load-more {
    width: 320px;
    font-size: 24px;
    border: none;
    border-radius: 50px;
    background-color: aliceblue;
    height: 40px;
    cursor: pointer;
}