div.center {
    margin: 0 auto 0 auto;
    text-align: center;
}

div.head {
    color: black;
    margin: 1em auto 1em auto;
    border: none;
    padding-left: 3ch;
    padding-right: 3ch;
    display: inline-block;
    font-family: "Font Awesome 5 Free", sans-serif;
}
div.head1 {
    font-size: 56pt;
    margin-bottom: 0.15em;
}
div.head2 {
    font-size: 28pt;
    padding: 0 0.5ch 0 0.5ch;
    border-bottom: 3px solid black;
}

div.head3 {
    font-size: 20px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.price {
    font-family: Liberation-serif;
    font-size: 20pt;
}

.price_head {
    font-size: 22pt;
    margin-bottom: 0.75em;
}

.price_mid {
    margin: 1ch 0 1ch 0;
}

.price_foot {
    font-size: 14pt;
    margin-top: 2em;
    margin-bottom: 2em;
}

.foot {
    width: fit-content;
/*    margin: 3em auto 1em auto; */
    margin: 0 auto 0 auto;
    padding: 0.5ch 3em 0.5ch 3em;
    text-align: center;
    border-top: 3px solid black;
}
