
.img{
  width: 100%;
}

.cover {
  object-fit: cover;
}

.blackrectangle1{
  position: absolute;
  background-color:#000000;
  display:flex;
  justify-content: center;
  align-items:center;
  width: 426px;
  height: 55px;
  left: 72px;
  top: 275px;
  background: #000000;
  color:white;
  font-family:"helvetica";
  text-align:center;
  font-size:x-large;
}

.blackrectangle2{
  position:absolute;
  background-color:#000000;
  display:flex;
  justify-content: center;
  align-items:center;
  width: 240px;
  height: 40px;
  left: 72px;
  top: 324px;
  background: #000000;
  color:white;
  font-family:"helvetica";
  text-align:center;
  font-size:large;
}

/* .body{
  display:block;
  width:90%;
  max-width:800px;

} */

.description{ 
width: 100%;
display: block;
font-family: 'Helvetica';
font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 137.99%;
color: #852F13;
margin-left:auto; 
margin-right:auto;
text-align:center; 
margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} 

.ingredients{
width:100%;
font-family: 'Helvetica';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 183.49%;
color: #000000;
}

.instructions{
width:100%;
background-color:#85301344;
margin:10px;

}


.steps{
font-family: 'Helvetica';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #000000;
}

.copyright{
  width:100%;
  background-color:black;
    height:50%;
    color:white;
}


@media (max-width: 640px) {
  p{
  margin: 20px 10px 10px 10px;
  font-weight: 200;
  font-size: 16px;
}
} 


/* @media (max-width:640px){
p{
  margin:100px 10px 10px 10px;
}
}  