body {
 font-family: Arial, sans-serif;
}

.menu {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.menu-item {
 margin: 20px;
 text-align: center;
}

.menu-item img {
 width: 200px;
 height: 150px;
 object-fit: cover;
 border-radius: 10px;
}

.bumbu {
 display: flex;
 justify-content: center;
}

.bumbu-item {
 margin: 10px;
 padding: 10px 20px;
 border: none;
 border-radius: 10px;
 background-color: #4CAF50;
 color: #fff;
 cursor: pointer;
}

#checkout {
 margin: 20px;
 padding: 10px 20px;
 border: none;
 border-radius: 10px;
 background-color: #4CAF50;
 color: #fff;
 cursor: pointer;
}