body {
    padding: 10%;
}
ul {
    text-align: right;
}
.navbar {
    font-size: large;
}
img {
    border-radius: 5px;
}

.btn {
    margin: 5px;
    width: 20%;
}
.custom-carousel {
    width: 75%; /* Reduce the width by 25% */
    margin: 0 auto; /* Center the carousel horizontally */
}
p {
    color: whitesmoke;
}
ul {
    text-align: right;
}
.navbar {
    font-size: large;
}
img {
    border-radius: 5px;
}
#topLogo {
    text-align: center;
}
.menu-item {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin: 10px;
    background-color: black;
    color: white;
}
.cart-item {
    border-bottom: 1px solid darkslategray;
    padding: 10px 0;
}
#orderForm {
    border-top: 1px solid white;
}
#cartButton {
    width: 65%;
}
#cartButton1 {
    width: 65%;
}
#cartButton2 {
    width: 65%;
}
#cartButton3 {
    width: 65%;
}