/* style.css */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

.flower-menu {
    padding: 10px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.arrangement-area {
    height: 500px;
    background-image: url('background.jpg'); /* Alege un fundal adecvat */
    background-size: cover;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.draggable {
    width: 50px; /* Reglează mărimea imaginilor */
    cursor: grab;
}
