body {
    background-color: #343a40; /* Dark gray background */
    color: #ffffff; /* White text color */
}
.navbar, .footer {
    background-color: #212529; /* Darker gray for navbar and footer */
}
.footer {
    color: #6c757d; /* Muted text color for footer */
}

.item {
    display: flex;
    flex-direction: row;
}

.image {
    width: 70px;
}

.image img {
    width: 100%;
}

.prices {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.item-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}