
  body {
    margin: 0;
    padding: 0;
    background-color: hsl(31, 81%, 86%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    width: 300px;
    height: 800px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 50px;
  }

  .container img {
    width: 100%;
    border-radius: 10px;
  }

  .container .box2 h1 {
    font-family: Young Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }
  .container .box2 p {
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 7.5px;
  }

  .container .box3 {
    background-color: hsl(330, 100%, 98%);
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
  }
  .container .box3 h2 {
    color: hsl(332, 51%, 32%);
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 550;
    font-optical-sizing: auto;
    padding-top: 5px;
  }
  .container .box3 ul {
    margin-top: 0;
    padding-left: 10px;
    color: hsl(332, 51%, 32%);
    font-size: 7.5px;
    font-family: sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 600; */
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .container .box3 ul li strong {
    color: hsl(24, 5%, 18%);
    font-size: 7.5px;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
  }

  .container .box4 h2 {
    color: hsl(14, 45%, 36%);
    font-family: Young Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .container .box4 ul li::marker {
    color: hsl(14, 45%, 36%);
  }
  .container .box4 ul {
    margin-top: 0;
    padding-left: 10px;
    color: hsl(30, 10%, 34%);
    font-size: 7.5px;
    font-family: sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 600; */
    line-height: 1.5;
    padding-bottom: 10px;
  }

  .container .box5 h2 {
    color: hsl(14, 45%, 36%);
    font-family: Young Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .container .box5 ol li::marker {
    color: hsl(14, 45%, 36%);
    font-weight: 700;
  }
  .container .box5 ol {
    margin-top: 0;
    padding-left: 10px;
    color: hsl(30, 10%, 34%);
    font-size: 7.5px;
    font-family: sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 600; */
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .container .box5 ol li strong {
    color: hsl(30, 10%, 34%);
  }

  .container .box6 h2 {
    color: hsl(14, 45%, 36%);
    font-family: Young Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  .container .box6 p {
    color: hsl(30, 10%, 34%);
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 7.5px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }

  td {
    color: hsl(30, 10%, 34%);
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 7.5px;
  }
  td strong {
    color: hsl(14, 45%, 36%);
  }
  th {
    font-weight: bold;
  }




