


body {
    font-family: Arial, Helvetica, sans-serif ;
    text-align: center;
    background-color: #fcf5ed;
}

td {
    border-bottom: solid 1px rgba(67, 64, 64, 0.216);
}

.menu {
    border-collapse: collapse;
    margin: auto;
}

.menu .box .name {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 500;
    width: 150px;
    height: 30px;
}

.menu .box .money {
    font-size: 1.1rem;
    text-align: right;
    color: rgb(139, 69,19);
    font-weight: 800;
}

.box:hover {
    background: #FFEBD6;
}

h2{
    color: rgb(139, 69,19);
}

.name::before{
    content: "☕";
}
