/* Recipe  */

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}



.accordion {
    max-width: 1000px;
    margin: auto;
    ;
}

/* cards */
.highlight {
    background-color: rgb(255, 255, 255);
    width: auto;
    max-width: 400px;
    padding: 10px;
    margin-inline: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid rgb(229, 9, 115);
}

/* fix image size cooking tips */
.lens {
    width: 200px;
    height: 220px;
    object-fit: cover;

}

.cooking-tips a:hover {
    color: green;
}

/* highlight box for content */
.ban {
    background-color: #f7f8cc;
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgb(229, 9, 115);
}

/* written content style */
.ban h1 {
    font-size: 24px;
    font-family: 'Pacifico', cursive;
}

.ban h2 {
    font-size: 22px;
    font-family: 'Pacifico', cursive;
}

.ban h3 {
    font-size: 20px;
    font-family: 'Pacifico', cursive;
}

.ban h4 {
    font-size: 20px;
    font-family: 'Pacifico', cursive;
}

.ban p {
    font-size: 16px;
}

/* Recipe */