body {
    font-family: sans-serif;
    color: white;
    padding: 20px;
}
h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
h2 {
    font-size: 30px;
}
h1, h2, p {
    text-align: center;
}
.menu {
    width: 80%;
    background-color: #696969;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 500px;
}
hr {
    height: 2px;
    background-color: black;
    border-color: black;
}
.item p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.coffee {
    text-align: left;
    width: 75%;
}
.americano, .espresso, .latte, .mocha {
    text-align: right;
    width: 25%;
}
.offer {
    background: #88ba3d;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
}
.fullprice{
    text-align: right;
    text-decoration: line-through;
}
.discountprice {
    text-align: right;
    width: 15%;
}