body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 20px;
    background-color: #f4f4f4;
}

h1 {
    color: #333;
}

.recipe-list {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    display:flex;
    flex-wrap: wrap;
}

.recipe-item {
    font-weight: bold;
    color: #333;
}

.recipe-item-wrapper{
    list-style: none;
}

.recipe-ingrediants {
    list-style: none;
}

.recipie-photo {
    max-width: 500px;
}