/* Style Share Button */
.frame {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    height: 100px;
    width: auto;
    max-width: 400px;
    background-color: blanchedalmond;
    border-radius: 20px;
}

.share-button {
    padding: 10px 10px;
    font-size: 30px;
    border-radius: 20px;
}

/* Style Share Button */
.lens-recipe {
    min-width: 200px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Style Share label */
.style-share {
    font-size: 28px;
}

/* Style Share icons */
.mail {
    color: black;
}

.meta {
    color: #1877f2;
}

.x {
    color: #1da1f2;
}

.pinterest {
    color: #bd081c;
}

/* Style recipe title */
.ban-title {
    background-color: #f7f8cc;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgb(229, 9, 115);
    max-width: 800px;
    margin: 0 auto;
}

.ban-title p {
    font-size: 18px;
}

/* Style content recipe */
.content-recipe .highlight .ingredients {
    color: black;
}

.content-recipe .highlight .instructions {
    color: black;
}

.content-recipe .highlight .cooking-time {
    color: black;
}

.content-recipe .highlight .nutrition-facts {
    color: black;
}

/* Style recipe random button */
.random {
    font-size: 26px;
    text-transform: uppercase;
}
