.mt {
    padding-top: 20px;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: 0.3s ease;
}

.ricetta-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    border: 2px solid #5d4037;
    border-radius: 8px;
    /* Works with border images in modern browsers! */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
}

h1 {
    color: #5d4037;
    font-size: 24pt;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inconsolata:wght@200..900&family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h2 {
    align-items: center;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 150px;
    font-weight: 600;
    line-height: 1.8;
    font-family: 'Cormorant Garamond', serif;
    color: #e07a5f;
    font-size: 40px;
    letter-spacing: 1px;
    padding-bottom: 50px;
}

h3 {
    color: #8d6e63;
    font-size: 16pt;
    border-left: 5px solid #d7ccc8;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header::before {
    background: transparent;
}

.title {
    text-align: center;
}

.intro {
    font-style: italic;
    text-align: center;
    color: #6d4c41;
}

.img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ingredients-box {
    background-color: #efebe9;
    border-radius: 8px;
}

.ingredients-box .ingredients {
    display: table;
    width: 100%;
}

.ingredients-box .ingredients-sub {
    display: table-cell;
    width: 50%;
}

ul,
ol {
    padding-left: 20px;
}

li {
    margin-bottom: 1px;
}

.footer {
    font-size: 9pt;
    text-align: center;
    color: #a1887f;
    border-top: 1px solid #d7ccc8;
    padding-top: 5px;
}