.delete-button {
    background-color: ghostwhite;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
h1 {
    color: green;
}

#loader {
    display: none;
    width: 100%;
    height: 5px;
    background-color: #ddd;
}

#loader .progress {
    height: 100%;
    background-color: #4CAF50;
    width: 0%;
}

#loader-message {
    text-align: center;
    margin-top: 10px;
}

#plant-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.plant-item {
    text-align: center;
}

.plant-item img {
    width: 200px;
    border-radius: 10%;
}

.plant-item .pid {
    margin-top: 10px;
}
