@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Playfair Display', serif;
  padding: 0rem 3rem;
  padding-bottom: 2rem;
  margin: 0px;
  background-color: #FFFAEA;
  line-height: 1.5rem;
}
.heading {
  color: darkred;
  text-align: center;
  font-weight: 900;
}
.image-container {
  text-align: center;
}
.content-container {
  padding: 0rem 20rem;
}
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0rem;
  color: #3D0000;
}
.section-text {
  text-align: justify;
  font-weight: 400;
  font-size: 15px;
  margin-top: 0.5rem;
  color: #950101;
  margin-bottom: 0px;
}
.instructions {
  padding: 0rem 1rem;
}
.step {
  margin-bottom: 0.5rem;
}
.list {
  margin: 0rem 1.5rem;
  display: inline;
}
h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
  color: #5F0606
}