body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f5eb;
}

.page{
    background-color: #884513;
    color: white;
    padding: 2px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 30px;
}

.page h1 {
    color: white;
    margin: 0;
}

h1 {
    color: #aa5b23;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #a05220;
    border-bottom: 2px solid #deb887;
    padding-bottom: 5px;
    margin-top: 30px;
}

p {
    margin-bottom: 15px;
}

ol , ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

li {
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.recipe_info {
    background-color: #fff8dc;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.recipe_info p {
    margin: 10px 0;
}

.Ingredients , .Instructions , .Tips {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0px 0px 1 #0b01011a;
}
.Ingredients li {
    padding: 5px 0;
}
.Instructions li{
    padding: 8px 0;
}
.Tips li:hover{
background-color: whitesmoke;
transition: background-color 0.5s ease;
}

.Related{
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.Related a {
    text-decoration: none;
    color: #884513;
}
.Related a:hover {
    text-decoration: underline;
}

footer {
    background: #ffffff;
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #fff;
    font-size: 1.1em;
    border-radius: 30px;
}
