body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 20px;
}

.text {
    text-align: center;
    color: #343a40;
}

#productsList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.product{
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0px 0px 20px 0px #000;
    text-align: center;
}
.products{
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px #000;
    text-align: center;
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

h2 {
    font-size: 1.25rem;
    color: #007bff;
    margin: 10px 0;
}

h5 {
    margin: 5px 0;
    color: #6c757d;
}
.text2{
    text-align: center;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 30px;
}
#beauty{
    margin-top: 10px;
}
