* {
    box-sizing: border-box;
}

body {
    background-color: #f3e6d8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 600px;
    padding: 34px;
    box-shadow: 0px 0px 0px -6px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-color: white;
    margin: 5rem 0;
}

.omelette-img {
    width: 100%;
    border-radius: 15px;
}

.header-section .header,
h2 {
    font-family: "Young Serif";
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.9;
    font-weight: 500;
}

.intro {
    line-height: 1.5;
    font-weight: 300;
    opacity: 0.8;
}

.prep-time {
    margin-top: 25px;
    padding: 20px 25px;
    background-color: #fff5fa;
    border-radius: 15px;
}

.prep-time ul li::marker,
.specific-macro {
    color: #7b284f;
}

.prep-header {
    margin: 0px;
    color: #7b284f;
    font-family: "Outfit";
    font-weight: 600;
}

.ingredient {
    border-bottom: 0.9px solid rgba(128, 128, 128, 0.8);
}

.ingredient ul li::marker {
    color: #854532 !important;
}

h2 {
    color: #854532;
}

span {
    font-weight: 600;
}

.instructions {
    border-bottom: 0.9px solid rgba(128, 128, 128, 0.8);
}

.intro,
li,
p {
    font-family: "Outfit";
    font-weight: 200;
}

li {
    line-height: 2.2;
    font-weight: 300;
    opacity: 0.7;
}

.instructions-guide li::marker {
    color: #854532;
    font-weight: 600;
}

ol {
    padding-left: 0;
}

ol li {
    counter-increment: list-counter;
    list-style: none;
    position: relative;
    padding-left: 35px;
}

ol li::before {
    content: counter(list-counter) ".";
    font-family: "Outfit";
    color: #854532;
    font-weight: 700;
    position: absolute;
    left: 10px;
}

ul li {
    padding-left: 15px;
    opacity: 0.7;
}

ul {
    padding-left: 23px
}

ul li::marker {
    font-size: 13px;
}

.container1,
.container2,
.container3,
.container4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.line {
    border-bottom: 0.9px solid rgba(128, 128, 128, 0.8);

}

.macro {
    flex-basis: 50%;
}

.specific-macro {
    flex-basis: 50%;
    opacity: 0.8;
}