body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

.container {
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.ingredientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 3px solid;
    border-radius: 15px;
    gap: 10px;
    padding: 10px;
}

.ingredientes img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 15px;
}

.images {
    display: flex;
    justify-content: center;
}

.images img {
    display: none;
    width: 300px;
}

.mensaje {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
