@font-face {
    font-family: 'Outfit';
    src: url('./assets/fonts/outfit/static/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Young Serif';
    src: url('./assets/fonts/young-serif/YoungSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body{
    background-color: hsl(30, 54%, 90%);
}
#container {
    display: block;
    font-family: "Outfit";
    color: hsl(30, 10%, 34%);
    width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 20px;
    /* padding: 40px; */
    background-color: hsl(0, 0%, 100%);
}
h1 {
    font-family: "Young Serif";
    color: hsl(24, 5%, 18%);
    font-size: 40px;
    padding-left: 40px;
}
h2 {
    color: hsl(14, 45%, 36%);
    font-family: "Young Serif";
    padding: 0px 40px;
    font-size: 25px;
}
p {
    font-size: 16px;
    padding: 0px 40px;
}
.boldText {
    font-weight: bold;
}
img {
    width: 650px;
    border-radius: 15px;
    margin: 40px;
}
#normal {
    font-family: "Outfit";
    font-size: 20px;
    color: hsl(332, 51%, 32%);
    margin-left: 0px;
    padding: 0px 20px;
}
#prepBox{
    background-color: hsl(330, 100%, 98%);
    border-radius: 15px;
    padding: 10px;
    margin: 50px 30px;
}
ul li::marker,
ol li::marker {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: hsl(14, 45%, 36%);
}
ul li,
ol li {
    padding-bottom: 15px;
    padding-left: 20px;
    margin-left: 25px;
    margin-right: 40px;
}
#prepBox ul li::marker,
#prepBox ol li::marker{
    color: hsl(332, 51%, 32%);
}
#prepBox ul li,
#prepBox ol li{
    margin-left: 5px;
}
hr{
    background-color: hsl(30, 18%, 87%);
    border: none;
    height: 1px;
    margin: 0px 40px;
}
#table{
    padding-bottom: 40px;
}
#table p{
    display:inline-flex;
}
#table .tableMainText{
    width: 200px;
    padding-left: 70px;
}
#table .boldText{
    color: hsl(14, 45%, 36%);
}
