body {
  background-color: #f7f1e8;
  font-family: Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

main {
  font-family: Georgia, 'Times New Roman', Times, serif;
  width: 50%;
  max-width: 600px;
  margin: 0px auto;
  background-color: white;
  padding: 50px;
  border-radius: 50px;
  position: relative;
}

.recipe-image {
  display: block;
  width: 60%;
  max-width: 400px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
}

h1 {
  text-align: center;
  color: #6b3e26;
  border-bottom: 2px solid #8a4f2a;
  padding-bottom: 5px;
  margin-top: 0px;
}

h2 {
  color: #8a4f2a;
  border-bottom: 2px solid #8a4f2a;
  padding-bottom: 5px;
  margin-top: 0px;
}


li {
  font-size: 16px;
  line-height: 1.6;
}

.description {
  text-align: center;
}

#cook-time {
  background-color: #ffe0b2;
  color: #5a331a;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
}

.ingredients {
  background-color: #fff7ec;
  padding: 20px 20px 20px 40px;
  border-radius: 50px;
}

ol {
  background-color: #fff7ec;
  padding: 20px 20px 20px 40px;
  border-radius: 50px;
}

.time {
  color: gray;
  font-style: italic;
  margin-left: 10px;
}

.external-link {
  display: block;
  width: fit-content;
  color: #b3541e;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
}


.external-link:hover {
  position: absolute;
  text-decoration: underline;
  color: black;
}
