body{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.back{
    position: sticky;
    top: 3%;
    color: red;
    font-size: 1.2rem;
    padding: 3px;
    font-weight: 600;
    margin-left: 40px;
    margin-bottom: 20px;
    border: 2px solid black;
    background: white;
    border-radius: 5px;
    text-shadow: 1px 1px 0px black;
}


.sugarcream {
    margin: auto;
    border: 1px solid black;
    max-width: 900px;
}

h1 {
    font-size: 4vw;
    color: rgb(241, 232, 218);
    text-align: center;
    background: linear-gradient(to right, rgb(61, 215, 242), rgb(239, 36, 36));
    height: auto;
    padding: 30px;
    border: 3px solid rgb(235, 65, 65);
    margin: 40px;
    box-shadow: 6px -6px 6px gray;
    text-shadow: 2px 2px 2px black, 0 0 25px blue, 0 0 5px darkblue ;
}
.content{
    display: flex;
    justify-content: center;
    flex:auto;
    margin-bottom: 40px;
    height: auto;
    flex: 0 1 0;
    background-image: url('./images/rosesikeadesktop1.jpg');
    background-position: center;
    background-size:cover
}
img {
    margin: 20px;
    max-width: 160px;
    box-shadow: 3px 3px 15px black;
    border: 1px solid black;
    flex: 1 1 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

p {
    background-color: aqua;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    border-radius: 10px;
    height: auto;
    padding: 10px;
    box-shadow: 2px 2px 10px black;
    text-align: justify;
}
strong {
    background-color: rgb(243, 246, 172);
    font-size: 25px;
    font-weight: 800;
    padding-top: 6px;
    border-radius: 5px;
    margin-right: 10px;

}
p::first-letter{
    font-size: 3rem;
    color:crimson;
}
h3 {
    color: rgb(225, 38, 188);
    font-size: 28px;
    font-weight: 800;
    display: inline;
    margin-left: 10px;
    padding-bottom: 10px;
    width: fit-content;
    text-shadow: 1px 1px 2px black;
}
.ing{
    font-size: 18px;
    color: red;
}
.steps {
    color: blueviolet;

}

li {
    margin-left: 1px;
    margin-right: 10px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}
ol, ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align: justify;
    border: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 10px black;
    max-width: 700px;
}
footer{
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    background: rgb(53, 36, 65);
    color: aliceblue;
}
