body {
    font-family: 'Times New Roman', Times, serif, 'Arial Narrow', Arial, sans-serif;
    background-color: #f0f0f0;
    background-image: url(DALLE2_2.png);
}

.container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

form {
    margin-bottom: 20px;
}

#recipeNameInput{
    font-family: 'Times New Roman', Times, serif;
}
#recipeIngredientsInput{
    font-family: 'Times New Roman', Times, serif;
}
#recipeInstructionsInput{
    font-family: 'Times New Roman', Times, serif;
}

input[type="text"], textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #ec8920;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 220px;
    font-family: 'Times New Roman', Times, serif;

}

button:hover {
    background-color: #dacfc3;
}

.recipe {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.recipe h2 {
    margin-top: 0;
}
