* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Young Serif";
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 16px;
  background-color: hsl(30, 54%, 90%);
}
.container{
  max-width: 576px;
  background-color: #fff;
  margin: 10vw auto;

}
img {
  width: 100%;
  height: auto;
}
#page {
  margin: 25px 20px 25px 35px;
}

h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 0.9;
}

#first-p {
  font-size: 15.1px;
  padding: 20px 0;
  color: hsl(30, 10%, 34%);
  font-family: Arial, Helvetica, sans-serif;
}

#timing {
  background-color: hsl(330, 100%, 98%);
  padding: 15px 20px;
  border-radius: 10px;
}

#top-list {
  padding: 0 25px;
}

#top-list li {
  padding: 5px 0;
}


h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: hsl(332, 51%, 32%);
  font-family:  Arial, Helvetica, sans-serif;
}

#top-list li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 480;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: hsl(30, 10%, 34%);
}

.main-timin {
  color: hsl(24, 5%, 18%);
  font-size: 16px;
  font-weight: 600;
}
h2 {
  font-weight: 500;
  font-size: 25px;
  margin: 20px 0;
  color: hsl(14, 45%, 36%);
}
#second-list {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 480;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: hsl(30, 10%, 34%);
}

#second-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 480;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  margin: 30px auto;
  border-bottom: 0.9ppx solid hsl(30, 10%, 34%);
}

ol {
  list-style-type: decimal;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

ol li {
  margin-bottom: 10px;
  padding-left: 10px;
  color: hsl(30, 10%, 34%);
}

#nutrients {
  padding-bottom: 25px;
  color: hsl(30, 10%, 34%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 520;
}

.third-hr {
  margin: 15px auto;
  border-bottom: 0.9ppx solid hsl(30, 10%, 34%);
}


.nutrition-card {
  width: 100%;
  border-collapse: collapse;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}



.fourth-hr {
  margin: 10px auto;
  border-bottom: 0.9ppx solid hsl(30, 10%, 34%);
}

.label {
  font-size: 16px;
  font-weight: 500;
  color: hsl(30, 10%, 34%);
  flex: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.value {
  font-size: 16px;
  font-weight: 600;
  color: hsl(14, 45%, 36%);
  font-family: Arial, Helvetica, sans-serif;
  min-width: 80px;
  margin-left: auto;
  flex: 1;
}

@media (min-width: 576px) {
  .container{
    max-width: 768px;
    overflow: hidden;
    padding: 30px;
    border-radius: 15px;
  }

  #page{
    margin: 0;
  }

  img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  h1 {
    font-size: 40px;
    margin-top: 25px;
  }

  #first-p {
    font-size: 17px;
    font-weight: 400;
    padding: 5px 0;
    line-height: 1.5;
    margin: 25px auto;
  }
}