body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

h1 {
    color: #5A2A83;
    text-align: center;
}

h2 {
    color: #6B3E77;
}

h3 {
    color: #8A4C99;
}

ul {
    list-style-type: square;
    margin: 10px 0;
}

li {
    margin: 5px 0;
}

.ingredients, .instructions {
    margin-bottom: 20px;
}

.instructions {
    font-weight: bold;
}

.ingredient-title, .instruction-title {
    font-size: 1.2em;
    margin-top: 20px;
}