body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #1c1c1c;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

header {
    background-color: #000000;
    text-align: center;
    padding: 20px;
}

header h1 {
    color: #ffd700;
    font-size: 2.5em;
    margin: 0;
}

main {
    padding: 20px;
}

.menu {
    text-align: center;
}

.menu h2 {
    color: #ffd700;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.item {
    background-color: #333333;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-left: 5px solid #ffd700;
    border-right: 5px solid #ffd700;
}

.item span {
    color: #ffd700;
    font-weight: bold;
    font-size: 1.2em;
}

.item .price {
    margin-left: auto;
}

.item p {
    width: 100%;
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #dddddd;
    text-align: left;
}

footer {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .delivery {
    flex: 1;
}

footer h3 {
    margin: 0;
    font-size: 1.5em;
}

.phone-button {
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
}

.logo img {
    width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .item span {
        margin: 5px 0;
    }

    footer {
        flex-direction: column;
    }
}

.contact {
    display: flex;
    align-items: center;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.phone-button {
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin-right: 10px; /* Espaço entre o botão e o ícone do WhatsApp */
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}

footer .contact {
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza horizontalmente */
}

.phone-button {
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin-right: 10px; /* Espaço entre o botão e o ícone do WhatsApp */
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}
